We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e3075 commit 071a411Copy full SHA for 071a411
sdk/lib/pseh/include/pseh/pseh2.h
@@ -88,11 +88,13 @@ _Pragma("GCC diagnostic pop")
88
#define _SEH2_LEAVE goto __seh2_scope_end__;
89
#define _SEH2_VOLATILE volatile
90
91
+#ifndef __try // Conflict with GCC's x64 Linux STL, affects Clang on Linux x64 compilation as well
92
#define __try _SEH2_TRY
93
#define __except _SEH2_EXCEPT
94
#define __finally _SEH2_FINALLY
95
#define __endtry _SEH2_END
96
#define __leave _SEH2_LEAVE
97
+#endif
98
#define _exception_code() 0
99
#define _exception_info() ((void*)0)
100
0 commit comments