Define types ifndef

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-03-30 04:34:09 +00:00
parent ab3dc7904c
commit ba6c91e5f1
2 changed files with 11 additions and 0 deletions

View file

@ -82,9 +82,15 @@
* MacOS-X adds some typedefs that GNUstep already has by another name.
*/
#include <GSConfig.h>
#ifndef uint8_t
#define uint8_t gsu8
#endif
#ifndef int32_t
#define int32_t gss32
#endif
#ifndef int64_t
#define int64_t gss64
#endif
/** <override-subclass />