diff include/SDL_config_win32.h @ 1470:d47d96962fcc

Fixed declarations to match mingw includes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Mar 2006 06:00:45 +0000
parents 8dfa9a6d69a5
children 9fb0eee04dd9
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Mon Mar 06 01:34:36 2006 +0000
+++ b/include/SDL_config_win32.h	Mon Mar 06 06:00:45 2006 +0000
@@ -52,7 +52,7 @@
 typedef signed long long int64_t;
 typedef unsigned long long uint64_t;
 typedef unsigned int size_t;
-typedef unsigned long uintptr_t;
+typedef unsigned int uintptr_t;
 #endif /* _MSC_VER */
 #define SDL_HAS_64BIT_TYPE	1