Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 12:42:18 AM (17 years ago)
Author:
rgrieder
Message:
  • hack-fixed the colour of the radar dots.
  • dealt with some M$ windows hackery (who would ever macro-define min/max???)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/OrxonoxStableHeaders.h

    r1755 r1781  
    3737#include "util/OrxonoxPlatform.h"
    3838
    39 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC && !defined(ORXONOX_DISABLE_PCH)
     39#if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC && !defined(ORXONOX_DISABLE_PCH) && 0
    4040
    4141// including std headers here is useless since they're already precompiled
     
    5555#include "tinyxml/tinyxml.h"
    5656
     57//Get around Windows hackery (windows.h is included by Ogre)
     58#if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32
     59#  ifdef max
     60#    undef max
     61#  endif
     62#  ifdef min
     63#    undef min
     64#  endif
     65#endif
    5766
    5867//----------- Our files ----------
Note: See TracChangeset for help on using the changeset viewer.