mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
13 lines
382 B
Diff
13 lines
382 B
Diff
|
|
diff -u /src/STTypes.h /src/STTypes.h
|
||
|
|
--- /src/STTypes.h
|
||
|
|
+++ /src/STTypes.h
|
||
|
|
@@ -174,7 +174,7 @@
|
||
|
|
}
|
||
|
|
|
||
|
|
// define ST_NO_EXCEPTION_HANDLING switch to disable throwing std exceptions:
|
||
|
|
-// #define ST_NO_EXCEPTION_HANDLING 1
|
||
|
|
+#define ST_NO_EXCEPTION_HANDLING 1
|
||
|
|
#ifdef ST_NO_EXCEPTION_HANDLING
|
||
|
|
// Exceptions disabled. Throw asserts instead if enabled.
|
||
|
|
#include <assert.h>
|
||
|
|
|