diff options
author | Ladislav Zezula <zezula@volny.cz> | 2025-05-30 20:39:15 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2025-05-30 20:39:34 +0200 |
commit | 0ce73c5b464cb438f9faae69c5a8305241898b54 (patch) | |
tree | 45b9239830d23bede55a60744e856bf8707c594c /StormLib_test.vcxproj | |
parent | 7acd704ad0800d229962c4a29b71ef66cfa0ca1c (diff) |
Fixed
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r-- | StormLib_test.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj index cfa4d65..e7703c4 100644 --- a/StormLib_test.vcxproj +++ b/StormLib_test.vcxproj @@ -46,7 +46,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <PlatformToolset>v143</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |