GNUstep compatibility fix.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5268 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
e0244b3857
commit
04ec7c3730
@ -314,6 +314,12 @@ enum {
|
||||
typedef unsigned int OOUInteger;
|
||||
#endif
|
||||
typedef float OOCGFloat;
|
||||
|
||||
#ifndef NSIntegerMax
|
||||
#define NSIntegerMax INTPTR_MAX
|
||||
#define NSIntegerMin INTPTR_MIN
|
||||
#define NSUIntegerMax UINTPTR_MAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef OOLITE_64_BIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user