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:
Jens Ayton 2012-08-28 06:49:31 +00:00
parent e0244b3857
commit 04ec7c3730

View File

@ -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