Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-)

This commit is contained in:
Jack Jansen 2000-06-02 21:36:39 +00:00
parent e79dc76f53
commit a04b24bf8d
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
/* 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)
/* Universal constants: */
#define MAXPATH 256