From: Amaury Forgeot d'Arc Date: Wed, 21 Nov 2007 22:24:31 +0000 (+0000) Subject: when building with VC 2008, turn off unicode as default mode for the win32 API. X-Git-Tag: v3.0a2~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=831c476169bc2430c8676bd6e3617fdc4f8933d3;p=thirdparty%2FPython%2Fcpython.git when building with VC 2008, turn off unicode as default mode for the win32 API. For example, MessageBox takes char* parameters. If you want to pass unicode strings, use MessageBoxW explicitely. --- diff --git a/PCbuild9/_bsddb.vcproj b/PCbuild9/_bsddb.vcproj index 662096415308..205a1788d809 100644 --- a/PCbuild9/_bsddb.vcproj +++ b/PCbuild9/_bsddb.vcproj @@ -85,7 +85,7 @@ Name="Debug|x64" ConfigurationType="2" InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" - CharacterSet="1" + CharacterSet="0" >