Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8291


Ignore:
Timestamp:
Apr 22, 2011, 2:14:05 AM (13 years ago)
Author:
rgrieder
Message:

What a surprise: Fixed msvc 8 build again, related to ENet… I wonder who forgot to think about include order when designing these windows headers…

File:
1 edited

Legend:

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

    r7952 r8291  
    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
     
    7168#include <OgreQuaternion.h>  // 15
    7269#include <OgreColourValue.h> // 15
     70
     71#define WIN32_LEAN_AND_MEAN
     72#include <enet/enet.h> // 6, 3.1MB
    7373
    7474#include "util/mbool.h" // 11
Note: See TracChangeset for help on using the changeset viewer.