mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 13:46:20 +00:00
af9cf31691
This was SVN commit r760.
22 lines
239 B
C
Executable File
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__
|