1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

always override unhandled exception filter

This commit is contained in:
Joshua Kriegshauser
2024-09-26 09:00:35 -07:00
parent cc860fe56a
commit 97a6a3dde7
2 changed files with 24 additions and 17 deletions
+3 -1
View File
@@ -1012,7 +1012,9 @@ private:
char* m_safeSendBuffer;
size_t m_safeSendBufferSize;
#ifndef _WIN32
#if defined _WIN32
void* m_prevHandler;
#else
int m_pipe[2];
int m_pipeBufSize;
#endif