Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04b24b

Browse files
committed
Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-)
1 parent e79dc76 commit a04b24b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Mac/Include/macdefs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
/* We may be able to use a std routine in think, don't know */
2222
unsigned char *Pstring(char *);
2323

24-
/* Macro to find out whether we can do HFS-only calls: */
25-
#define FSFCBLen (* (short *) 0x3f6)
26-
#define hfsrunning() (FSFCBLen > 0)
2724

2825
/* Universal constants: */
2926
#define MAXPATH 256

0 commit comments

Comments
 (0)