diff options
Diffstat (limited to 'MsgPopup/MsgPopup.vcxproj')
-rw-r--r-- | MsgPopup/MsgPopup.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MsgPopup/MsgPopup.vcxproj b/MsgPopup/MsgPopup.vcxproj index 8d6232c..09a539b 100644 --- a/MsgPopup/MsgPopup.vcxproj +++ b/MsgPopup/MsgPopup.vcxproj @@ -68,7 +68,7 @@ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MsgPopup_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
|