Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1be97 commit 5495672Copy full SHA for 5495672
1 file changed
Mac/Include/macdefs.h
@@ -11,14 +11,14 @@
11
#include <pascal.h>
12
#endif
13
14
+#include <errno.h>
15
+#include <string.h>
16
#ifdef __MWERKS__
17
#include "errno_unix.h"
18
#include <Strings.h>
19
#define c2pstr C2PStr
20
#define p2cstr P2CStr
21
-#include <errno.h>
-#include <string.h>
22
23
/* We may be able to use a std routine in think, don't know */
24
unsigned char *Pstring(char *);
@@ -29,8 +29,10 @@ unsigned char *Pstring(char *);
29
30
/* Universal constants: */
31
#define MAXPATH 256
32
+#ifndef __MSL__
33
#define TRUE 1
34
#define FALSE 0
35
+#endif
36
#ifndef NULL
37
#define NULL 0
38
0 commit comments