#ifndef CRASHHANDLER_H #define CRASHHANDLER_H #if defined (_WINDOWS) #include #include #include LONG WINAPI unhandled_handler(struct _EXCEPTION_POINTERS* apExceptionInfo); #endif #endif