We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce0ed6 commit 5ecb73bCopy full SHA for 5ecb73b
UE4SS/include/ExceptionHandling.hpp
@@ -15,6 +15,11 @@
15
printf_s("Internal Error: %s\n", e.what()); \
16
}
17
18
+// Defining empty TRY/EXCEPT to disable the system.
19
+// This is because people have reported instability with it enabled.
20
+#define SEH_TRY()
21
+#define SEH_EXCEPT()
22
+
23
// These macros should never be used in header files because you are required to include Windows.h.
24
#ifdef _WIN32
25
#ifndef SEH_TRY
0 commit comments