summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNVS <notveryserious@gmail.com>2020-12-25 12:24:46 -0800
committerNVS <notveryserious@gmail.com>2020-12-25 12:24:46 -0800
commit041aad3adb6c3943ccfb5643cd3ea8945ecb5b8c (patch)
tree675d941ba8ff7cb8fd6fd5fab9a3f1de44577369
parent1f11e8fba7ac12457b4f67ec43597562a1732b7c (diff)
Ensure ReleaseUD for Win32 uses Unicode
-rw-r--r--StormLib_vs19.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/StormLib_vs19.vcxproj b/StormLib_vs19.vcxproj
index 529f014..ffcf960 100644
--- a/StormLib_vs19.vcxproj
+++ b/StormLib_vs19.vcxproj
@@ -120,7 +120,7 @@
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|Win32'" Label="Configuration">
- <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseUD|x64'" Label="Configuration">
<CharacterSet>Unicode</CharacterSet>