OSX: Patch associated with Python update to 3.1.2.

Thanks to Jens Verwiebe for making the build and the patch to make the Game Engine build again with it.
This commit is contained in:
Damien Plisson 2010-11-24 21:39:07 +00:00
parent 9371a800b7
commit 49f63589ab

@ -66,5 +66,15 @@
#endif #endif
#endif #endif
#ifdef __APPLE__
#undef isalnum
#undef isalpha
#undef islower
#undef isspace
#undef isupper
#undef tolower
#undef toupper
#endif
#endif // KX_PYTHON_H #endif // KX_PYTHON_H