Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 713


Ignore:
Timestamp:
Dec 28, 2007, 11:23:08 PM (16 years ago)
Author:
landauf
Message:

exclusion for mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Main.cc

    r708 r713  
    162162    }
    163163    catch (Ogre::Exception& e) {
    164 #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
     164#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32 && !defined( __MINGW32__ )
    165165      MessageBoxA(NULL, e.getFullDescription().c_str(),
    166166            "An exception has occured!", MB_OK | MB_ICONERROR | MB_TASKMODAL);
Note: See TracChangeset for help on using the changeset viewer.