diff options
Diffstat (limited to 'rts/win32/veh_excn.h')
-rw-r--r-- | rts/win32/veh_excn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/win32/veh_excn.h b/rts/win32/veh_excn.h index 72a9967afd..4a2134861c 100644 --- a/rts/win32/veh_excn.h +++ b/rts/win32/veh_excn.h @@ -68,3 +68,6 @@ long WINAPI __hs_exception_filter(struct _EXCEPTION_POINTERS *exception_data); // prototypes to the functions doing the registration and unregistration of the VEH handlers void __register_hs_exception_handler( void ); void __unregister_hs_exception_handler( void ); + +// prototypes for dump methods. +void generateDump(EXCEPTION_POINTERS* pExceptionPointers); |