зеркало из https://github.com/mozilla/pjs.git
Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar
This commit is contained in:
Родитель
ef42bb4bbe
Коммит
2804ba9761
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче