[MPlayer-dev-eng] cygwin "fastcall" warnings

Sylvain Petreolle spetreolle at yahoo.fr
Wed Jul 24 03:27:53 CEST 2002


Hi,

Compiling cvs version gives many times the same warning,
located in loader/wine/windef.h.

at line 133 & 134, _fastcall and __fastcall are redefined.
this seems to be useless, so as the redefine of _stdcall at line 131 :

130 #if !defined(__CYGWIN__)
131 #define _stdcall    __stdcall
132 #endif
133 #define _fastcall   __stdcall
134 #define __fastcall  __stdcall

the 133 & 134 can be moved in the #if.



___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fastcallwarn.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020724/eafdd328/attachment.txt>


More information about the MPlayer-dev-eng mailing list