diff options
Diffstat (limited to 'FortuneAwayMsg')
-rw-r--r-- | FortuneAwayMsg/fortuneawaymsg.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj b/FortuneAwayMsg/fortuneawaymsg.vcxproj index 0844359..2a35c08 100644 --- a/FortuneAwayMsg/fortuneawaymsg.vcxproj +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj @@ -98,7 +98,7 @@ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FORTUNEAWAYMSG_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
|