diff options
author | segfault <toni@impl.cc> | 2020-10-01 15:08:06 -0700 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-10-02 00:10:56 +0200 |
commit | f82869a621a40613dd869ef4a2635d4e43b15c2e (patch) | |
tree | cbdab5733327a19e5b3861906eba90493d2277f5 /IntegrationTest | |
parent | 64c541a06eb667e1519251e3e3279bd485050b47 (diff) |
Replaced PsSetLoadImageNotifyRoutine with a PatchGuard safe version.
Diffstat (limited to 'IntegrationTest')
-rw-r--r-- | IntegrationTest/IntegrationTest.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntegrationTest/IntegrationTest.vcxproj b/IntegrationTest/IntegrationTest.vcxproj index 24c6556..498a41b 100644 --- a/IntegrationTest/IntegrationTest.vcxproj +++ b/IntegrationTest/IntegrationTest.vcxproj @@ -74,6 +74,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> + <TargetName>$(ProjectName)-kmem</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> |