Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 1:15:26 AM (16 years ago)
Author:
rgrieder
Message:
  • "windows.h" —> "winbase.h" in Sleep.h. This causes less trouble with winsocks.h and winsocks2.h with enet.
  • adjusted import macros with OgreCEGUIRenderer to use our system partially.
  • moved XMLIncludes.h from util to core because we don't link util against tinyxml. So it would pretty awkward to have an tinyxml include there after all.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/Sleep.h

    r1755 r1841  
    3939
    4040#if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32
    41 
    42 #ifndef WIN32_LEAN_AND_MEAN
    43 # define WIN32_LEAN_AND_MEAN
    44 #endif
    45 #include <windows.h>
     41#include <winbase.h>
    4642
    4743inline void usleep(DWORD dwMicroseconds)
Note: See TracChangeset for help on using the changeset viewer.