Let Testing/Release builds be built

This was SVN commit r1797.
This commit is contained in:
Ykkrosh 2005-01-23 22:42:37 +00:00
parent ce63d90bd7
commit 13bcff918e

View File

@ -7,6 +7,10 @@
extern "C" {
#endif
// TODO: remove this from here, and make all the exception debugging stuff nicer
struct _EXCEPTION_POINTERS;
typedef struct _EXCEPTION_POINTERS* PEXCEPTION_POINTERS;
extern int debug_main_exception_filter(unsigned int code, PEXCEPTION_POINTERS ep);
extern void* wdbg_get_nth_caller(uint n);
extern int wdbg_resolve_symbol(void* ptr_of_interest, char* sym_name, char* file, int* line);