diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-03 16:20:27 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-03 16:20:27 +0800 |
commit | 9bae19198fdc7bfb71f900cfe6c1982cb2a80e4f (patch) | |
tree | 498aadebb88733f10bb0374eef5dee781d985339 /indra/test/test.cpp | |
parent | 08d4f307b0c2281f5aa4a11329c6c6e8c625e6ea (diff) |
Revert "Fix up llexception.h's cross-platform SEH wrapper."
This reverts commit 5ed8df22cd59680a685c4ada7daa5555bf59d4fe.
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r-- | indra/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 6e280819df..536c252d97 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -638,7 +638,7 @@ int main(int argc, char **argv) // a chained_callback subclass must be linked with previous mycallback->link(); - LL::seh::catcher( + seh_catcher( // __try [test_group] { |