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