Fix missing endif.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2756 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-10-27 09:15:30 +00:00
parent 102926d963
commit c46c4411e7
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
#if defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__)
#define _IRR_IPHONE_PLATFORM_
#define _IRR_COMPILE_WITH_IPHONE_DEVICE_
#endif
#if !defined(_IRR_USE_LINUX_DEVICE_) && !defined(_IRR_USE_CONSOLE_DEVICE_) && !defined(_IRR_USE_SDL_DEVICE_)
#define _IRR_COMPILE_WITH_OSX_DEVICE_
#endif