8 lines
181 B
C
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
|