aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-09-23 21:48:30 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-09-23 21:48:30 -0400
commit3fe49a303de7e1d3262423cefc79ad5aabc9f219 (patch)
tree6635781bfb3763740b6d1d591fe09259714801d1 /vsprops
parent1114eb9aaf805851aa68146959b71e3fbbab36b0 (diff)
added UNICODE preprocessor define
Diffstat (limited to 'vsprops')
-rw-r--r--vsprops/code_generation_debug.props2
-rw-r--r--vsprops/code_generation_release.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/vsprops/code_generation_debug.props b/vsprops/code_generation_debug.props
index b138f38e..abd617d7 100644
--- a/vsprops/code_generation_debug.props
+++ b/vsprops/code_generation_debug.props
@@ -5,7 +5,7 @@
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions>_DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<MinimalRebuild>false</MinimalRebuild>
</ClCompile>
diff --git a/vsprops/code_generation_release.props b/vsprops/code_generation_release.props
index 74d8d67f..732092ad 100644
--- a/vsprops/code_generation_release.props
+++ b/vsprops/code_generation_release.props
@@ -9,7 +9,7 @@
<ClCompile>
<MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>