x64dbg/x64_dbg_dbg/dbg.h

19 lines
224 B
C
Raw Normal View History

2013-11-14 20:55:18 +00:00
#ifndef __DBG_H__
#define __DBG_H__
#include <windows.h>
#include "_global.h"
#ifdef __cplusplus
extern "C"
{
#endif
void DLL_IMPORT dbg(const char* a);
#ifdef __cplusplus
}
#endif
#endif // __DBG_H__