mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Split kernel32 into separate files (part 2)
This commit is contained in:
13
dll/kernel32/debugapi.cpp
Normal file
13
dll/kernel32/debugapi.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "debugapi.h"
|
||||
#include "common.h"
|
||||
#include "errors.h"
|
||||
|
||||
namespace kernel32 {
|
||||
|
||||
BOOL WIN_FUNC IsDebuggerPresent() {
|
||||
DEBUG_LOG("STUB: IsDebuggerPresent()\n");
|
||||
wibo::lastError = ERROR_SUCCESS;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
} // namespace kernel32
|
||||
Reference in New Issue
Block a user