1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/win/wdbg_sym.h
janwas 78d950e419 Add some missing file comments in source/lib.
win_internal -> win.h (pulls in <windows.h>, with fixes afterwards)
remove empty waio_internal and wsysdep
Move source/sound license notice into source/sound/license.txt

This was SVN commit r5044.
2007-05-08 15:11:53 +00:00

17 lines
474 B
C

/**
* =========================================================================
* 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