From fc8d15b6fb6f461249638dc774464735c7d7533f Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Fri, 14 Apr 2000 14:08:39 +0000 Subject: [PATCH] Define __fastcall. --- include/windef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/windef.h b/include/windef.h index b988580fc2..fecdc71eb5 100644 --- a/include/windef.h +++ b/include/windef.h @@ -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