smol-gilbraltar/include/exception_stub.h
2024-12-20 23:45:12 +01:00

8 lines
181 B
C

#ifndef __GILBRALTAR_EXCEPTION_STUB__
#define __GILBRALTAR_EXCEPTION_STUB__
#define EXCEPTION_UNEXPECTED 0
#define EXCEPTION_SYNCHRONOUS 1
#define EXCEPTION_SYSTEM_ERROR 2
#endif