diff options
Diffstat (limited to '')
-rw-r--r-- | vsprops/code_generation_debug.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/code_generation_debug.props b/vsprops/code_generation_debug.props index b138f38e7..abd617d71 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> |