removed Windows version check from UnWindows.h - seems to cause more trouble than good

This commit is contained in:
Guenter Obiltschnig
2012-10-13 12:59:51 +00:00
parent a158798fcb
commit b97208219e
2 changed files with 3 additions and 11 deletions

View File

@@ -67,14 +67,6 @@
#endif
#if defined(_WIN32_WINNT) && (_WIN32_WINNT < 0x0501)
#error unsupported OS version
#elif !defined(_WIN32_WINNT)
// define minimum supported
#define _WIN32_WINNT 0x0501
#endif
#include <windows.h>