Index: windef.h =================================================================== RCS file: /cvsroot/mplayer/main/loader/wine/windef.h,v retrieving revision 1.7 diff -u -r1.7 windef.h --- windef.h 4 Jun 2002 20:11:15 -0000 1.7 +++ windef.h 24 Jul 2002 01:31:38 -0000 @@ -129,9 +129,9 @@ #define _pascal __stdcall #if !defined(__CYGWIN__) #define _stdcall __stdcall -#endif #define _fastcall __stdcall #define __fastcall __stdcall +#endif #define __export __stdcall #define CDECL __cdecl #define _CDECL __cdecl