diff options
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/essential.scons | 1 | ||||
-rw-r--r-- | build/internal/essential.vsprops | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons index 1b5ddf3..e2ffc53 100644 --- a/build/internal/essential.scons +++ b/build/internal/essential.scons @@ -36,6 +36,7 @@ if env['PLATFORM'] == 'win32': 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 'WIN32_LEAN_AND_MEAN', '_SECURE_ATL', + ('_HAS_TR1', 0), ], CPPPATH = [ '$PLATFORMSDK_VISTA/files/Include', diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index 21460a9..0537f85 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -10,7 +10,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" - PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL" + PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0" MinimalRebuild="false" ExceptionHandling="0" BufferSecurityCheck="true" |