diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-12-26 07:47:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 07:47:08 +0100 |
commit | 173d20cefa14b1c3b17ee874bcc0f7d5a21c5b0f (patch) | |
tree | 675d941ba8ff7cb8fd6fd5fab9a3f1de44577369 | |
parent | 1f11e8fba7ac12457b4f67ec43597562a1732b7c (diff) | |
parent | 041aad3adb6c3943ccfb5643cd3ea8945ecb5b8c (diff) |
Merge pull request #198 from nvs/fix-rud-win32
Merged. Thanks for the bugfix.
-rw-r--r-- | StormLib_vs19.vcxproj | 2 |
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> |