mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
- added POCO_ENABLE_CPP11 config define (default for VS >= 2010)
- added _WIN32_WINNT value detection up to Windows 7 - modified Util::Units to compile with VS 2010 (static_assert is standard in C++11)
This commit is contained in:
@@ -150,6 +150,9 @@
|
||||
<ClInclude Include="include\Poco\Util\TimerTaskAdapter.h">
|
||||
<Filter>Timer\Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="include\Poco\Util\Units.h">
|
||||
<Filter>Util\Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\Application.cpp">
|
||||
|
||||
Reference in New Issue
Block a user