diff options
author | Ladislav Zezula <zezula@volny.cz> | 2025-04-28 13:55:45 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2025-04-28 13:55:45 +0200 |
commit | c6d89095fcdcaa83987d64040f44416bd9083f25 (patch) | |
tree | cfc6ab0f5dd00ea0b601d573eca98fe8a6355c10 /StormLib_test.vcxproj | |
parent | 774c3902232603e7700983b7d4d697a97a8c7c83 (diff) |
Fixed wrong state in SFileAddFile
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 e7703c4..cfa4d65 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>Unicode</CharacterSet> + <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |