mirror of
https://github.com/encounter/wibo.git
synced 2026-03-30 11:42:31 -07:00
10 lines
117 B
C++
10 lines
117 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WIN_FUNC IsDebuggerPresent();
|
|
|
|
} // namespace kernel32
|