Commit 0bc6c747 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent b27739c6
...@@ -45,6 +45,7 @@ typedef unsigned __int64 uintptr_t; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment