More overrides for MacOS X.

This commit is contained in:
gbeauche 2007-12-30 09:15:32 +00:00
parent 38501abd6a
commit 7e7827a886

View File

@ -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