From Benoit Laniel, "I use mingw to cross-compile openscenegraph to win32. However, linux

filesystem is case-sensitive. Here are the modifications needed to make
the compiler happy. These are only some include lines rewritten (Io.h to
io.h, Windows.h to windows.h etc.) for version 2.3.7."
This commit is contained in:
Robert Osfield
2008-04-11 10:30:00 +00:00
parent 66ed3a919a
commit 462067c5d9
4 changed files with 10 additions and 10 deletions

View File

@@ -20,9 +20,9 @@
#endif
#if defined(WIN32) && !defined(__CYGWIN__)
#include <Io.h>
#include <Windows.h>
#include <Winbase.h>
#include <io.h>
#include <windows.h>
#include <winbase.h>
#elif defined(__APPLE__) && defined(APPLE_PRE_10_3)
#include <mach-o/dyld.h>
#else // all other unix