mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
GH #146: NetworkInterface (windows): IP_ADAPTER_IPV4_ENABLED
- GH #146: NetworkInterface (windows): IP_ADAPTER_IPV4_ENABLED - added Windows 8 _WIN32_WINNT macro - removed __cplusplus version check for C++11 (not reliable)
This commit is contained in:
@@ -44,10 +44,8 @@
|
||||
#define POCO_WIN32_UTF8
|
||||
|
||||
|
||||
#if defined(__cplusplus) && (__cplusplus > 199711L)
|
||||
// Define to enable C++11 support
|
||||
// #define POCO_ENABLE_CPP11
|
||||
#endif
|
||||
|
||||
|
||||
// Define to disable implicit linking
|
||||
|
||||
Reference in New Issue
Block a user