Changeset 713 for code/branches/FICN/src/orxonox
- Timestamp:
- Dec 28, 2007, 11:23:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/Main.cc
r708 r713 162 162 } 163 163 catch (Ogre::Exception& e) { 164 #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32 164 #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32 && !defined( __MINGW32__ ) 165 165 MessageBoxA(NULL, e.getFullDescription().c_str(), 166 166 "An exception has occured!", MB_OK | MB_ICONERROR | MB_TASKMODAL);
Note: See TracChangeset
for help on using the changeset viewer.