mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
To fix mac bustage. pnunn.
This commit is contained in:
parent
46b516f102
commit
c350467f39
@ -66,8 +66,12 @@ char *XP_GetString(int i)
|
|||||||
return ("XP_GetString replacement needed");
|
return ("XP_GetString replacement needed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef XP_MAC
|
#ifdef XP_MAC
|
||||||
|
|
||||||
|
#ifndef UNIXMINUSMACTIME
|
||||||
|
#define UNIXMINUSMACTIME 2082844800UL
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <OSUtils.h>
|
#include <OSUtils.h>
|
||||||
|
|
||||||
static void MyReadLocation(MachineLocation * loc)
|
static void MyReadLocation(MachineLocation * loc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user