From d6134a63c81d64404ac3c0a4ed1387ae8122d89e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 11 Dec 2007 10:03:33 +0000 Subject: [PATCH] remove param that is not used in msvc 9 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6629 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/modules.vsprops | 1 - 1 file changed, 1 deletion(-) diff --git a/w32/modules.vsprops b/w32/modules.vsprops index eb21d1c856..563cb05539 100644 --- a/w32/modules.vsprops +++ b/w32/modules.vsprops @@ -13,7 +13,6 @@ PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS" WarningLevel="4" WarnAsError="true" - Detect64BitPortabilityProblems="true" />