#pragma once #include "types.h" namespace kernel32 { BOOL WINAPI IsDebuggerPresent(); } // namespace kernel32