diff options
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/macdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h index 6a5682f..b64a47e 100644 --- a/Mac/Include/macdefs.h +++ b/Mac/Include/macdefs.h @@ -17,6 +17,9 @@ #include <errno.h> #include <string.h> +/* We may be able to use a std routine in think, don't know */ +unsigned char *Pstring(char *); + /* Macro to find out whether we can do HFS-only calls: */ #define FSFCBLen (* (short *) 0x3f6) #define hfsrunning() (FSFCBLen > 0) |