mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-16 12:30:53 +00:00
traps
This commit is contained in:
parent
651922bd26
commit
04e48765b2
@ -17,6 +17,13 @@
|
|||||||
#ifndef __macos_traps__
|
#ifndef __macos_traps__
|
||||||
#define __macos_traps__
|
#define __macos_traps__
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
const char *TrapName(uint16_t trap);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
namespace MacOS {
|
namespace MacOS {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user