mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
removed Windows version check from UnWindows.h - seems to cause more trouble than good
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user