[MPlayer-cvslog] r32728 - trunk/loader/wine/basetsd.h

reimar subversion at mplayerhq.hu
Thu Dec 23 19:20:51 CET 2010


Author: reimar
Date: Thu Dec 23 19:20:51 2010
New Revision: 32728

Log:
Remove __ptr32 and __ptr64 typedefs, we do not need them and
they cause compilation errors with cygwin's mingw-w64 cross-compilers
(32 bit target) since it its _mingw.h has a "#define __ptr32",
which makes these typedefs an invalid syntax.

Modified:
   trunk/loader/wine/basetsd.h

Modified: trunk/loader/wine/basetsd.h
==============================================================================
--- trunk/loader/wine/basetsd.h	Thu Dec 23 19:11:54 2010	(r32727)
+++ trunk/loader/wine/basetsd.h	Thu Dec 23 19:20:51 2010	(r32728)
@@ -66,18 +66,6 @@ typedef unsigned __int64 __uint64;
 
 #endif /* __INTEL_COMPILER */
 
-#if defined(_WIN64)
-
-//typedef __uint32 __ptr32;
-//typedef void    *__ptr64;
-
-#else /* FIXME: defined(_WIN32) */
-
-typedef void    *__ptr32;
-typedef __uint64 __ptr64;
-
-#endif
-
 /* Always signed and 32 bit wide */
 
 typedef __int32 LONG32;


More information about the MPlayer-cvslog mailing list