mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
reintroduced windows version check
This commit is contained in:
@@ -67,6 +67,14 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_WIN32_WINNT) && (_WIN32_WINNT < 0x0501)
|
||||
#error Unsupported Windows version.
|
||||
#elif !defined(_WIN32_WINNT)
|
||||
// define minimum supported
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user