Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
for pointing it out. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402392
This commit is contained in:
parent
b27739c6c6
commit
0bc6c747b8
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ typedef unsigned __int64 uintptr_t;
|
||||||
typedef unsigned int uintptr_t;
|
typedef unsigned int uintptr_t;
|
||||||
#endif
|
#endif
|
||||||
#define _UINTPTR_T_DEFINED
|
#define _UINTPTR_T_DEFINED
|
||||||
|
#endif
|
||||||
/* Older Visual C++ headers don't have the Win64-compatible typedefs... */
|
/* Older Visual C++ headers don't have the Win64-compatible typedefs... */
|
||||||
#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
|
#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
|
||||||
#define DWORD_PTR DWORD
|
#define DWORD_PTR DWORD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue