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

17 lines
474 B
C
Raw Normal View History

/**
* =========================================================================
* File : wdbg_sym.h
* Project : 0 A.D.
* Description : Win32 stack trace and symbol engine.
* =========================================================================
*/
// license: GPL; see lib/license.txt
#ifndef INCLUDED_WDBG_SYM
#define INCLUDED_WDBG_SYM
extern void wdbg_sym_write_minidump(EXCEPTION_POINTERS* ep);
#endif // #ifndef INCLUDED_WDBG_SYM