From 831c476169bc2430c8676bd6e3617fdc4f8933d3 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Wed, 21 Nov 2007 22:24:31 +0000 Subject: 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. --- PCbuild9/_bsddb.vcproj | 14 +++++++------- PCbuild9/_ctypes.vcproj | 14 +++++++------- PCbuild9/_ctypes_test.vcproj | 14 +++++++------- PCbuild9/_elementtree.vcproj | 14 +++++++------- PCbuild9/_msi.vcproj | 14 +++++++------- PCbuild9/_socket.vcproj | 14 +++++++------- PCbuild9/_sqlite3.vcproj | 14 +++++++------- PCbuild9/_ssl.vcproj | 14 +++++++------- PCbuild9/_testcapi.vcproj | 14 +++++++------- PCbuild9/_tkinter.vcproj | 14 +++++++------- PCbuild9/bz2.vcproj | 14 +++++++------- PCbuild9/pyexpat.vcproj | 14 +++++++------- PCbuild9/select.vcproj | 14 +++++++------- PCbuild9/unicodedata.vcproj | 14 +++++++------- PCbuild9/winsound.vcproj | 14 +++++++------- 15 files changed, 105 insertions(+), 105 deletions(-) diff --git a/PCbuild9/_bsddb.vcproj b/PCbuild9/_bsddb.vcproj index 6620964..205a178 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" >