mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Clean up crash handler window log for external events
This commit is contained in:
parent
446c7e3877
commit
e032840ac8
3 changed files with 25 additions and 5 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
||||
#define CUSTOM_EXCEPTION_EXTERNAL_EVENT 0x12345679
|
||||
|
||||
struct exception_info
|
||||
{
|
||||
LPEXCEPTION_POINTERS pExceptionPointers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue