mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
for pointing it out.
This commit is contained in:
parent
34f8946d43
commit
8ed68c97b0
|
|
@ -45,6 +45,7 @@ typedef unsigned __int64 uintptr_t;
|
|||
typedef unsigned int uintptr_t;
|
||||
#endif
|
||||
#define _UINTPTR_T_DEFINED
|
||||
#endif
|
||||
/* Older Visual C++ headers don't have the Win64-compatible typedefs... */
|
||||
#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
|
||||
#define DWORD_PTR DWORD
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user