mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
More overrides for MacOS X.
This commit is contained in:
parent
38501abd6a
commit
7e7827a886
@ -33,8 +33,15 @@
|
||||
#include "extfs.h"
|
||||
#include "extfs_defs.h"
|
||||
|
||||
#define noErr native_noErr
|
||||
#include <CoreFoundation/CFString.h>
|
||||
// XXX: don't clobber with native definitions
|
||||
#define noErr native_noErr
|
||||
#define Point native_Point
|
||||
#define Rect native_Rect
|
||||
#define ProcPtr native_ProcPtr
|
||||
# include <CoreFoundation/CFString.h>
|
||||
#undef ProcPtr
|
||||
#undef Rect
|
||||
#undef Point
|
||||
#undef noErr
|
||||
|
||||
#define DEBUG 0
|
||||
|
Loading…
Reference in New Issue
Block a user