Removed unnecessary define in FileUtils
The define of _WIN32_WINNT was added to handle an error case from MinGW ,as described in commit712ca43219This was later giving warnings and thus undefined for MinGW by commit3bf6fb1778Since the two operations cancel each other out, they should be removed.
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
#include <osgDB/FileUtils>
|
||||
|
||||
#ifdef WIN32
|
||||
#if !defined(__MINGW32__)
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user