Define __fastcall.

This commit is contained in:
Huw D M Davies 2000-04-14 14:08:39 +00:00 committed by Alexandre Julliard
parent 73e0b9f764
commit fc8d15b6fb
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ extern "C" {
#define _pascal __stdcall
#define _stdcall __stdcall
#define _fastcall __stdcall
#define __fastcall __stdcall
#define __export __stdcall
#define CDECL __cdecl
#define _CDECL __cdecl