From 1d491c486c532f419c569df9f627b3f26e8540ae Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 29 Jun 2007 11:08:53 +0000 Subject: [PATCH] Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay for pointing it out. --- include/SDL_config_win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_config_win32.h b/include/SDL_config_win32.h index 88b090400..d843054d3 100644 --- a/include/SDL_config_win32.h +++ b/include/SDL_config_win32.h @@ -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