Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar

git-svn-id: svn://10.0.0.236/trunk@61534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2000-02-23 23:10:38 +00:00
parent e873c4abc1
commit cd812c10d8

View File

@@ -186,7 +186,7 @@
#endif
/* this should just go away, as nspr has it. */
#if !defined(XP_WIN) && !defined(XP_UNIX) && !defined(XP_OS2)
#if !defined(XP_WIN) && !defined(XP_UNIX) && !defined(XP_OS2) && !defined(XP_MAC)
typedef int (*FARPROC)();
#endif
@@ -203,8 +203,9 @@ typedef int (*FARPROC)();
#endif
#endif
#if defined(XP_UNIX) && !defined(MIN)
#if (defined(XP_UNIX) || defined(XP_MAC)) && !defined(MIN)
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
#endif
#ifndef FALSE