mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
91f76b73a5
commit
6dca288a19
6 changed files with 71 additions and 12 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue