Commit 2c017186 authored by Sam Lantinga's avatar Sam Lantinga

Fixed including stdint.h with gcc on Win32

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401898
parent d856d386
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment