Use official flag for detailed symbols. Require VS2013 with update 3 or later to build.

This commit is contained in:
Shawn Hoffman
2014-08-10 14:47:29 -07:00
parent a141819241
commit 5eccc08c7e
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