comparison 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
comparison
equal deleted inserted replaced
1427:5f5a74d29d18 1428:5f52867ba65c
32 typedef unsigned __int16 uint16_t; 32 typedef unsigned __int16 uint16_t;
33 typedef __int32 int32_t; 33 typedef __int32 int32_t;
34 typedef unsigned __int32 uint32_t; 34 typedef unsigned __int32 uint32_t;
35 typedef __int64 int64_t; 35 typedef __int64 int64_t;
36 typedef unsigned __int64 uint64_t; 36 typedef unsigned __int64 uint64_t;
37 #if _MSC_VER <= 1200
38 typedef unsigned long uintptr_t;
39 #endif
37 #endif 40 #endif
38 #define SDL_HAS_64BIT_TYPE 1 41 #define SDL_HAS_64BIT_TYPE 1
39 42
40 /* Useful headers */ 43 /* Useful headers */
41 #define HAVE_STDARG_H 1 44 #define HAVE_STDARG_H 1