diff --git a/include/SDL_config_win32.h b/include/SDL_config_win32.h index 3f02fcca3..19e549fff 100644 --- a/include/SDL_config_win32.h +++ b/include/SDL_config_win32.h @@ -44,6 +44,8 @@ typedef unsigned int uintptr_t; #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;