Skip to content

Commit 7d646e4

Browse files
committed
Added MultiThreaded (MT) flag for the hook.
1 parent 271ae8f commit 7d646e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WindowTextExtractorHook/WindowTextExtractorHook.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<SDLCheck>true</SDLCheck>
9797
<PreprocessorDefinitions>WIN32;NDEBUG;WINDOWTEXTEXTRACTORHOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9898
<ConformanceMode>true</ConformanceMode>
99+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
99100
</ClCompile>
100101
<Link>
101102
<SubSystem>Windows</SubSystem>
@@ -127,6 +128,7 @@
127128
<SDLCheck>true</SDLCheck>
128129
<PreprocessorDefinitions>_DEBUG;WINDOWTEXTEXTRACTORHOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129130
<ConformanceMode>true</ConformanceMode>
131+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
130132
</ClCompile>
131133
<Link>
132134
<SubSystem>Windows</SubSystem>
@@ -143,6 +145,7 @@
143145
<SDLCheck>true</SDLCheck>
144146
<PreprocessorDefinitions>NDEBUG;WINDOWTEXTEXTRACTORHOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145147
<ConformanceMode>true</ConformanceMode>
148+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
146149
</ClCompile>
147150
<Link>
148151
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)