Files
0ad/source/lib/sysdep/os/win/wseh.h
T
janwas a3696c0b91 premake: detect processor architecture from script
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders

This was SVN commit r6162.
2008-06-30 17:34:18 +00:00

20 lines
541 B
C

/**
* =========================================================================
* File : wseh.h
* Project : 0 A.D.
* Description : Win32 debug support code and exception handler.
* =========================================================================
*/
// license: GPL; see lib/license.txt
#ifndef INCLUDED_WSEH
#define INCLUDED_WSEH
struct _EXCEPTION_POINTERS;
extern long __stdcall wseh_ExceptionFilter(_EXCEPTION_POINTERS* ep);
EXTERN_C int wseh_EntryPoint();
#endif // #ifndef INCLUDED_WSEH