From ab5716c6fb74749f253dc3e58664f79276cbebea Mon Sep 17 00:00:00 2001 From: Matthijs Lavrijsen Date: Sat, 10 Oct 2020 01:41:24 +0200 Subject: [PATCH] DebugActiveProcess_: always return a value --- TitanEngineEmulator/NativeAttach.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TitanEngineEmulator/NativeAttach.h b/TitanEngineEmulator/NativeAttach.h index 567b119..54974a0 100644 --- a/TitanEngineEmulator/NativeAttach.h +++ b/TitanEngineEmulator/NativeAttach.h @@ -188,4 +188,5 @@ BOOL WINAPI DebugActiveProcess_(IN DWORD dwProcessId) } /* Success */ + return TRUE; } \ No newline at end of file