fix some warnings on cygwin, patch by Sylvain Petreolle <spetreolle@yahoo.fr>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7183 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-08-31 01:44:54 +00:00
parent 3ac8466f49
commit d8a6e3891e
1 changed files with 1 additions and 1 deletions

View File

@ -129,9 +129,9 @@ extern "C" {
#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