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