Mercurial > sdl-ios-xcode
changeset 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 | 2780f547f5e7 |
children | bc0d965a3d54 |
files | include/SDL_config_win32.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_config_win32.h Sat Jun 24 17:36:55 2006 +0000 +++ b/include/SDL_config_win32.h Sun Jun 25 17:12:08 2006 +0000 @@ -44,6 +44,8 @@ #endif #define _UINTPTR_T_DEFINED #endif +#elif defined(__GNUC__) +#define HAVE_STDINT_H 1 #else typedef signed char int8_t; typedef unsigned char uint8_t;