smol-gilbraltar/include/exception_stub.h

9 lines
181 B
C
Raw Permalink Normal View History

2024-12-20 22:45:12 +00:00
#ifndef __GILBRALTAR_EXCEPTION_STUB__
#define __GILBRALTAR_EXCEPTION_STUB__
#define EXCEPTION_UNEXPECTED 0
#define EXCEPTION_SYNCHRONOUS 1
#define EXCEPTION_SYSTEM_ERROR 2
#endif