Mercurial > sdl-ios-xcode
diff include/SDL_config_win32.h @ 1428:5f52867ba65c
Update for Visual C++ 6.0
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 18:24:57 +0000 |
parents | 4ed717f9e509 |
children | 8dfa9a6d69a5 |
line wrap: on
line diff
--- a/include/SDL_config_win32.h Fri Feb 24 17:03:06 2006 +0000 +++ b/include/SDL_config_win32.h Fri Feb 24 18:24:57 2006 +0000 @@ -34,6 +34,9 @@ typedef unsigned __int32 uint32_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t; +#if _MSC_VER <= 1200 +typedef unsigned long uintptr_t; +#endif #endif #define SDL_HAS_64BIT_TYPE 1