We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cdec5 commit 0ebef33Copy full SHA for 0ebef33
external/source/exploits/CVE-2010-0232/kitrap0d/kitrap0d.vcxproj
@@ -70,7 +70,8 @@
70
<AdditionalOptions>/ignore:4070</AdditionalOptions>
71
</Link>
72
<PostBuildEvent>
73
- <Command>editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" > NUL</Command>
+ <Command>editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" > NUL
74
+exit 0</Command>
75
</PostBuildEvent>
76
<ResourceCompile>
77
<PreprocessorDefinitions>_DEBUG;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
0 commit comments