1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/win/wdbg.h
Ykkrosh af9cf31691 Working crash log
This was SVN commit r760.
2004-07-15 19:12:54 +00:00

22 lines
239 B
C
Executable File

#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__