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:
Ryan C. Gordon 2007-06-29 11:08:53 +00:00
parent b27739c6c6
commit 0bc6c747b8

View file

@ -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