Match and link OSError

Former-commit-id: eff0143e11
This commit is contained in:
2022-12-18 11:41:59 -08:00
parent 7bd2b5f649
commit 2b1f19dcf7
5 changed files with 842 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ extern "C" {
typedef u16 OSError;
typedef void (*OSErrorHandler)( OSError error, OSContext* context, ... );
void OSSetErrorHandler(OSError code, OSErrorHandler handler);
OSErrorHandler OSSetErrorHandler(OSError code, OSErrorHandler handler);
#ifdef __cplusplus
}