From: Michael Jerris Date: Mon, 5 Dec 2005 09:11:53 +0000 (+0000) Subject: eliminate deprecation warnings on VS 2005 X-Git-Tag: v1.0-beta1~3628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6213b09c1178fe3f97ad7457ea169f5b54d58d;p=thirdparty%2Ffreeswitch.git eliminate deprecation warnings on VS 2005 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@84 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/jrtp4c/w32/jrtp4c.vcproj b/libs/jrtp4c/w32/jrtp4c.vcproj index c62a9fd0bc..bdf68fe48d 100644 --- a/libs/jrtp4c/w32/jrtp4c.vcproj +++ b/libs/jrtp4c/w32/jrtp4c.vcproj @@ -40,7 +40,7 @@ AdditionalOptions="/D WIN32" Optimization="0" AdditionalIncludeDirectories=""$(ProjectDir)..\..\jthread-1.1.2\src";"$(ProjectDir)..\..\jrtplib\src";"$(ProjectDir)..\src"" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;" RuntimeLibrary="1" />