comparison include/SDL_config_win32.h @ 2137:e47e63af07df

Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay for pointing it out.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 29 Jun 2007 11:08:53 +0000
parents 03715e20ec3c
children 491e43f427ee 0906692aa6a4
comparison
equal deleted inserted replaced
2136:5a1b6fe6e90f 2137:e47e63af07df
43 typedef unsigned __int64 uintptr_t; 43 typedef unsigned __int64 uintptr_t;
44 #else 44 #else
45 typedef unsigned int uintptr_t; 45 typedef unsigned int uintptr_t;
46 #endif 46 #endif
47 #define _UINTPTR_T_DEFINED 47 #define _UINTPTR_T_DEFINED
48 #endif
48 /* Older Visual C++ headers don't have the Win64-compatible typedefs... */ 49 /* Older Visual C++ headers don't have the Win64-compatible typedefs... */
49 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
50 #define DWORD_PTR DWORD 51 #define DWORD_PTR DWORD
51 #endif 52 #endif
52 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))