Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7977


Ignore:
Timestamp:
Feb 27, 2011, 1:32:30 AM (13 years ago)
Author:
rgrieder
Message:

Fixed windows includes again, hopefully for the last time…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/network/NetworkPrecompiledHeaders.h

    r7953 r7977  
    6262#include <cmath>    // 15
    6363
    64 #define WIN32_LEAN_AND_MEAN
    65 #include <enet/enet.h> // 6, 3.1MB
    66 
    6764#include <OgreMath.h>        // 15
    6865#include <OgreVector2.h>     // 15
     
    7471#include "util/mbool.h" // 11
    7572
     73#define WIN32_LEAN_AND_MEAN
     74#include <enet/enet.h> // 6, 3.1MB
     75
    7676#endif /*ORXONOX_COMPILER_MSVC */
    7777
Note: See TracChangeset for help on using the changeset viewer.