To fix mac bustage. pnunn.

This commit is contained in:
pnunn%netscape.com 1999-10-22 22:48:04 +00:00
parent 46b516f102
commit c350467f39

View File

@ -66,8 +66,12 @@ char *XP_GetString(int i)
return ("XP_GetString replacement needed");
}
#ifdef XP_MAC
#ifndef UNIXMINUSMACTIME
#define UNIXMINUSMACTIME 2082844800UL
#endif
#include <OSUtils.h>
static void MyReadLocation(MachineLocation * loc)