Introduce very basic exception handling support

This commit is contained in:
2026-06-30 22:21:30 +02:00
parent f9cbe78f84
commit ef4f9ba74d
5 changed files with 128 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include <rtl/bitmap.hh>
#include <rtl/dispatch.hh>
#include <rtl/endian.hh>
#include <rtl/exsup.hh>
#include <rtl/guid.hh>
#include <rtl/lifo.hh>
#include <rtl/llist.hh>