# HG changeset patch # User Ryan C. Gordon # Date 1183115333 0 # Node ID e47e63af07df7b1b56e4c1c41e0b3a7521d0e079 # Parent 5a1b6fe6e90fdb906ed081b91166e1263fd12f1f Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay for pointing it out. diff -r 5a1b6fe6e90f -r e47e63af07df include/SDL_config_win32.h --- a/include/SDL_config_win32.h Thu Jun 28 08:35:35 2007 +0000 +++ b/include/SDL_config_win32.h Fri Jun 29 11:08:53 2007 +0000 @@ -45,6 +45,7 @@ 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