comparison include/SDL_config_win32.h @ 1884:17af3557191c

Fixed including stdint.h with gcc on Win32
author Sam Lantinga <slouken@libsdl.org>
date Sun, 25 Jun 2006 17:12:08 +0000
parents 5ff2c01e475e
children bc0d965a3d54
comparison
equal deleted inserted replaced
1883:2780f547f5e7 1884:17af3557191c
42 #else 42 #else
43 typedef unsigned int uintptr_t; 43 typedef unsigned int uintptr_t;
44 #endif 44 #endif
45 #define _UINTPTR_T_DEFINED 45 #define _UINTPTR_T_DEFINED
46 #endif 46 #endif
47 #elif defined(__GNUC__)
48 #define HAVE_STDINT_H 1
47 #else 49 #else
48 typedef signed char int8_t; 50 typedef signed char int8_t;
49 typedef unsigned char uint8_t; 51 typedef unsigned char uint8_t;
50 typedef signed short int16_t; 52 typedef signed short int16_t;
51 typedef unsigned short uint16_t; 53 typedef unsigned short uint16_t;