Fix problems defineing types on ssystems where they already exist as

typedefs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-05-26 13:45:37 +00:00
parent 91f76b73a5
commit 6dca288a19
6 changed files with 71 additions and 12 deletions

View file

@ -79,18 +79,9 @@
#ifndef STRICT_OPENSTEP
/*
* MacOS-X adds some typedefs that GNUstep already has by another name.
* Include GSConfig.h for typedefs/defines of uint8_t, int32_t int64_t
*/
#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 />