mirror of
https://github.com/yawut/SDL.git
synced 2026-08-04 09:40:55 -05:00
Fixed including stdint.h with gcc on Win32
This commit is contained in:
parent
1d95e86391
commit
7e37690ca4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user