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:
9
dll/kernel32/debugapi.h
Normal file
9
dll/kernel32/debugapi.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
namespace kernel32 {
|
||||
|
||||
BOOL WIN_FUNC IsDebuggerPresent();
|
||||
|
||||
} // namespace kernel32
|
||||
Reference in New Issue
Block a user