Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay

for pointing it out.
This commit is contained in:
Ryan C. Gordon 2007-06-29 11:08:53 +00:00
parent 34f8946d43
commit 8ed68c97b0

View File

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