Merge pull request #777 from shuffle2/vs2013-update3

Use official flag for detailed symbols. Require VS2013 with update 3 or later to build.
This commit is contained in:
shuffle2
2014-08-11 20:12:52 -07:00
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
#pragma once
#if _MSC_FULL_VER < 180030723
#error Please update your build environment to VS2013 with Update 3 or later!
#endif
// Windows Vista is the lowest version we support
#define _WIN32_WINNT 0x0600