Fixed including stdint.h with gcc on Win32

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401898
This commit is contained in:
Sam Lantinga 2006-06-25 17:12:08 +00:00
parent d856d38658
commit 2c01718695

View file

@ -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;