Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 683


Ignore:
Timestamp:
Dec 25, 2007, 10:42:25 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed a little bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/OrxonoxPlatform.h

    r682 r683  
    223223
    224224
    225 #if OGRE_COMPILER == OGRE_COMPILER_MSVC
     225#if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC
    226226// Turn off warnings generated by long std templates
    227227// This warns about truncation to 255 characters in debug/browse info
     
    265265
    266266// disable: "conditional expression constant", always occurs on
    267 // OGRE_MUTEX_CONDITIONAL when no threading enabled
     267// ORXONOX_MUTEX_CONDITIONAL when no threading enabled
    268268//#   pragma warning (disable : 201)
    269269
Note: See TracChangeset for help on using the changeset viewer.