We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8028af1 commit 365839bCopy full SHA for 365839b
src/winspy.vcxproj
@@ -97,6 +97,7 @@
97
<Optimization>Disabled</Optimization>
98
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99
<AdditionalIncludeDirectories>resource</AdditionalIncludeDirectories>
100
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
101
</ClCompile>
102
<Link>
103
<SubSystem>Windows</SubSystem>
@@ -117,6 +118,7 @@
117
118
119
120
121
122
123
124
0 commit comments