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

Skip to content

Commit 5495672

Browse files
committed
Modified for (optional) use of MSL
1 parent 9e1be97 commit 5495672

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Mac/Include/macdefs.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
#include <pascal.h>
1212
#endif
1313

14+
#include <errno.h>
15+
#include <string.h>
1416
#ifdef __MWERKS__
1517
#include "errno_unix.h"
1618
#include <Strings.h>
1719
#define c2pstr C2PStr
1820
#define p2cstr P2CStr
1921
#endif
20-
#include <errno.h>
21-
#include <string.h>
2222

2323
/* We may be able to use a std routine in think, don't know */
2424
unsigned char *Pstring(char *);
@@ -29,8 +29,10 @@ unsigned char *Pstring(char *);
2929

3030
/* Universal constants: */
3131
#define MAXPATH 256
32+
#ifndef __MSL__
3233
#define TRUE 1
3334
#define FALSE 0
35+
#endif
3436
#ifndef NULL
3537
#define NULL 0
3638
#endif

0 commit comments

Comments
 (0)