Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-16 15:55:44 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-16 15:55:44 +0400
commitb6d5be82f8657a9e65a4bc69d401e2d7714fd95a (patch)
treee04e4ee47cb15970d0711f99506fa13088fd1c8d /src/release.vsprops
parent179ef519eb9395fb7ce23e01bee7bb8b00a77a2e (diff)
removed DisableSpecificWarnings from common.props and common.vsprops files
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2250 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/release.vsprops')
-rw-r--r--src/release.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/release.vsprops b/src/release.vsprops
index 3c9dba54d..a625a875e 100644
--- a/src/release.vsprops
+++ b/src/release.vsprops
@@ -11,7 +11,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
- PreprocessorDefinitions="_SECURE_SCL=0"
+ PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS"
StringPooling="true"
RuntimeLibrary="0"
DebugInformationFormat="3"