summaryrefslogtreecommitdiffstats
path: root/llvm/win32/x86
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/win32/x86')
-rw-r--r--llvm/win32/x86/x86.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/win32/x86/x86.vcproj b/llvm/win32/x86/x86.vcproj
index 283c71b1bb2..2c481ec8c29 100644
--- a/llvm/win32/x86/x86.vcproj
+++ b/llvm/win32/x86/x86.vcproj
@@ -21,7 +21,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..\..\include;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="TRUE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
@@ -67,7 +67,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".;..\..\include;.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="TRUE"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="TRUE"
OpenPOWER on IntegriCloud