Clean up crash handler window log for external events

This commit is contained in:
goaaats 2025-12-06 18:32:03 +01:00
parent 446c7e3877
commit e032840ac8
3 changed files with 25 additions and 5 deletions

View file

@ -6,6 +6,8 @@
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#define CUSTOM_EXCEPTION_EXTERNAL_EVENT 0x12345679
struct exception_info
{
LPEXCEPTION_POINTERS pExceptionPointers;