From f5a25e1635a08f1e73595292598c18ab662c0d34 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 28 Dec 2005 17:52:46 +0000 Subject: [PATCH] fix libsndfile msvc build to not use unicode and break everything. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@226 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/vsnet/Tools/libsndfile.vcproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/w32/vsnet/Tools/libsndfile.vcproj b/w32/vsnet/Tools/libsndfile.vcproj index 98d449401c..3c608d605e 100644 --- a/w32/vsnet/Tools/libsndfile.vcproj +++ b/w32/vsnet/Tools/libsndfile.vcproj @@ -20,7 +20,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" - CharacterSet="1" + CharacterSet="0" >