mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
loader: 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 its _mingw.h has a "#define __ptr32", which makes these typedefs an invalid syntax. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32728 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c46bd9a252
commit
7c87946c69
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user