mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 15:16:27 +00:00
Split into HostContextGuard/GuestContextGuard
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace kernel32 {
|
||||
|
||||
BOOL WIN_FUNC IsDebuggerPresent() {
|
||||
WIN_API_SEGMENT_GUARD();
|
||||
HOST_CONTEXT_GUARD();
|
||||
DEBUG_LOG("STUB: IsDebuggerPresent()\n");
|
||||
wibo::lastError = ERROR_SUCCESS;
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user