3
0
mirror of https://github.com/XboxDev/nxdk.git synced 2026-02-05 19:25:29 +00:00
Files
nxdk/lib/winapi/debugapi.h
2019-12-26 21:59:31 -07:00

18 lines
176 B
C

#ifndef __DEBUGAPI_H__
#define __DEBUGAPI_H__
#include <windef.h>
#ifdef __cplusplus
extern "C"
{
#endif
BOOL IsDebuggerPresent (VOID);
#ifdef __cplusplus
}
#endif
#endif