diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-21 22:24:31 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-21 22:24:31 (GMT) |
commit | 831c476169bc2430c8676bd6e3617fdc4f8933d3 (patch) | |
tree | 3841a0a12d150a9cc4ef26397ac009380a2e22db /PCbuild9/pyexpat.vcproj | |
parent | 8a392d7387c9992537b0e1f66de989e34bd4eb4e (diff) | |
download | cpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.zip cpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.tar.gz cpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.tar.bz2 |
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.
Diffstat (limited to 'PCbuild9/pyexpat.vcproj')
-rw-r--r-- | PCbuild9/pyexpat.vcproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/PCbuild9/pyexpat.vcproj b/PCbuild9/pyexpat.vcproj index 6d8050b..43d1146 100644 --- a/PCbuild9/pyexpat.vcproj +++ b/PCbuild9/pyexpat.vcproj @@ -83,7 +83,7 @@ Name="Debug|x64" ConfigurationType="2" InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops" - CharacterSet="1" + CharacterSet="0" > <Tool Name="VCPreBuildEventTool" @@ -144,7 +144,7 @@ Name="Release|Win32" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool @@ -205,7 +205,7 @@ Name="Release|x64" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool @@ -267,7 +267,7 @@ Name="PGInstrument|Win32" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool @@ -328,7 +328,7 @@ Name="PGInstrument|x64" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool @@ -391,7 +391,7 @@ Name="PGUpdate|Win32" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops;.\pginstrument.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool @@ -452,7 +452,7 @@ Name="PGUpdate|x64" ConfigurationType="2" InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops;.\pginstrument.vsprops" - CharacterSet="1" + CharacterSet="0" WholeProgramOptimization="1" > <Tool |