mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Merge pull request #1286 from hakan-akan/patch-1
Update Platform_WIN32.h
This commit is contained in:
@@ -89,8 +89,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Enable C++11 support for VS 2010 and newer
|
// Enable C++11 support for VS 2014 and newer
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1700) && !defined(POCO_ENABLE_CPP11)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1900) && !defined(POCO_ENABLE_CPP11)
|
||||||
#define POCO_ENABLE_CPP11
|
#define POCO_ENABLE_CPP11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user