mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
a9de39e426
commit
cd252810da
2 changed files with 11 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue