Unbroke non-Mac builds, I think.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3978 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2011-01-03 17:34:43 +00:00
parent 684c6ca904
commit fd12d6ba21

View File

@ -50,7 +50,7 @@ MA 02110-1301, USA.
#define kUntexturedPlanetModel @"icosahedron.dat"
#if OOLITE_MAC_OS_X && !OOLITE_LEOPARD
#if !OOLITE_MAC_OS_X || !OOLITE_LEOPARD
#define NSIntegerMapKeyCallBacks NSIntMapKeyCallBacks
#define NSIntegerMapValueCallBacks NSIntMapValueCallBacks
#endif