0ad/source/lib/sysdep/win/wdbg.h

22 lines
239 B
C
Raw Normal View History

#ifndef WDBG_H__
#define WDBG_H__
#include "win.h"
int debug_main_exception_filter(unsigned int code, struct _EXCEPTION_POINTERS *ep);
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif // #ifndef WDBG_H__