Better check which includes #define used in stdint.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403718
This commit is contained in:
Sam Lantinga 2009-08-02 12:54:59 +00:00
parent 72e444bb08
commit 51273d8424
7 changed files with 15 additions and 12 deletions

View file

@ -39,6 +39,7 @@
#undef volatile
/* C datatypes */
#if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
#undef size_t
#undef int8_t
#undef uint8_t
@ -49,6 +50,8 @@
#undef int64_t
#undef uint64_t
#undef uintptr_t
#endif /* !_STDINT_H_ && !HAVE_STDINT_H */
#undef SIZEOF_VOIDP
#undef SDL_HAS_64BIT_TYPE