Mercurial > sdl-ios-xcode
changeset 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 | 5a1b6fe6e90f |
children | 9af6717e676a |
files | include/SDL_config_win32.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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