From 813e464a2f7a6ebfe073b1cade577f9f803ae700 Mon Sep 17 00:00:00 2001
From: auth12 <67507608+auth12@users.noreply.github.com>
Date: Tue, 6 Jul 2021 23:21:34 +0100
Subject: Replaced create thread with thread hijacking
---
sysmap/sysmap.vcxproj | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'sysmap/sysmap.vcxproj')
diff --git a/sysmap/sysmap.vcxproj b/sysmap/sysmap.vcxproj
index a42f5d0..dc6b77d 100644
--- a/sysmap/sysmap.vcxproj
+++ b/sysmap/sysmap.vcxproj
@@ -81,9 +81,10 @@
false
- $(SolutionDir)bin\$(Platform)\$(Configuration)\
- obj\$(Platform)\$(Configuration)\
+ $(SolutionDir)bin\$(Configuration)\$(Platform)\
+ obj\$(Configuration)\$(Platform)\
$(SolutionDir)modules\phnt\;$(SolutionDir)modules\linuxpe\includes\;$(SolutionDir)modules\spdlog\include\;$(IncludePath)
+ $(LibraryPath)
@@ -141,7 +142,8 @@
true
true
true
- RequireAdministrator
+ AsInvoker
+ %(AdditionalDependencies)
--
cgit v1.2.3