Don't redefine types if HAVE_STDINT_H is defined
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403717
This commit is contained in:
parent
8a68fef797
commit
72e444bb08
6 changed files with 14 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
/* This is a set of defines to configure the SDL features */
|
||||
|
||||
#ifndef HAVE_STDINT_H
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed short int16_t;
|
||||
|
@ -43,7 +44,7 @@ typedef unsigned long uintptr_t;
|
|||
#else
|
||||
typedef unsigned __PTRDIFF_TYPE__ uintptr_t;
|
||||
#endif
|
||||
|
||||
#endif /* !HAVE_STDINT_H */
|
||||
|
||||
#define SDL_HAS_64BIT_TYPE 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue