From: <jpg...@us...> - 2008-03-18 14:30:14
|
Revision: 1376 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1376&view=rev Author: jpgrayson Date: 2008-03-18 07:29:54 -0700 (Tue, 18 Mar 2008) Log Message: ----------- Remove bogus redefinition of strncasecmp in favor of recent changes in the code. Modified Paths: -------------- trunk/contrib/win/vs2005/libportmixer.vcproj Modified: trunk/contrib/win/vs2005/libportmixer.vcproj =================================================================== --- trunk/contrib/win/vs2005/libportmixer.vcproj 2008-03-18 14:26:16 UTC (rev 1375) +++ trunk/contrib/win/vs2005/libportmixer.vcproj 2008-03-18 14:29:54 UTC (rev 1376) @@ -40,7 +40,7 @@ Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;strncasecmp=strnicmp;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -101,7 +101,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\lib\portmixer\px_common;..\..\..\..\portaudio\include;..\..\..\..\portaudio\src\common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;strncasecmp=strnicmp;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |