Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2693


Ignore:
Timestamp:
Feb 23, 2009, 9:37:35 PM (15 years ago)
Author:
rgrieder
Message:

Never change a running Microsoft system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc

    r2691 r2693  
    2929#include "OrxonoxStableHeaders.h"
    3030#include "GSRoot.h"
    31 
    32 #ifdef ORXONOX_PLATFORM_WINDOWS
    33 #  include <winbase.h>
    34 #endif
    3531
    3632#include "util/Exception.h"
     
    4945#include "objects/Tickable.h"
    5046
     47#ifdef ORXONOX_PLATFORM_WINDOWS
     48#  ifndef WIN32_LEAN_AND_MEAN
     49#    define WIN32_LEAN_AND_MEAN
     50#  endif
     51#  include "windows.h"
     52
     53   //Get around Windows hackery
     54#  ifdef max
     55#    undef max
     56#  endif
     57#  ifdef min
     58#    undef min
     59#  endif
     60#endif
     61
    5162namespace orxonox
    5263{
Note: See TracChangeset for help on using the changeset viewer.