fix for mac bustage. pnunn.

git-svn-id: svn://10.0.0.236/trunk@51600 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pnunn%netscape.com 1999-10-23 00:10:14 +00:00
parent 52de2be8a7
commit efe6dfa795
3 changed files with 18 additions and 1 deletions

View File

@ -34,7 +34,7 @@ the local dll. So far,
#include "prmem.h"
#include "nsCRT.h"
#include "xp_mcom.h"
PR_BEGIN_EXTERN_C
int MK_UNABLE_TO_LOCATE_FILE = -1;
@ -67,6 +67,10 @@ PR_END_EXTERN_C
#if defined(XP_MAC)
#ifndef UNIXMINUSMACTIME
#define UNIXMINUSMACTIME 2082844800UL
#endif
/* prototypes for local routines */
static void shortsort(char *lo, char *hi, unsigned width,
int ( *comp)(const void *, const void *));

View File

@ -34,6 +34,7 @@ the local dll. So far,
#include "prmem.h"
#include "nsCRT.h"
#include "xp_mcom.h"
PR_BEGIN_EXTERN_C
int MK_UNABLE_TO_LOCATE_FILE = -1;
@ -62,8 +63,14 @@ int XP_MSG_UNKNOWN = -26;
int XP_MSG_COMPRESS_REMOVE = -27;
PR_END_EXTERN_C
#if defined(XP_MAC)
#ifndef UNIXMINUSMACTIME
#define UNIXMINUSMACTIME 2082844800UL
#endif
/* prototypes for local routines */
static void shortsort(char *lo, char *hi, unsigned width,
int ( *comp)(const void *, const void *));

View File

@ -34,6 +34,7 @@ the local dll. So far,
#include "prmem.h"
#include "nsCRT.h"
#include "xp_mcom.h"
PR_BEGIN_EXTERN_C
int MK_UNABLE_TO_LOCATE_FILE = -1;
@ -63,8 +64,13 @@ int XP_MSG_COMPRESS_REMOVE = -27;
PR_END_EXTERN_C
#if defined(XP_MAC)
#ifndef UNIXMINUSMACTIME
#define UNIXMINUSMACTIME 2082844800UL
#endif
/* prototypes for local routines */
static void shortsort(char *lo, char *hi, unsigned width,
int ( *comp)(const void *, const void *));