mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +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");
|
||||
}
|
||||
|
||||
|
||||
#ifdef XP_MAC
|
||||
|
||||
#ifndef UNIXMINUSMACTIME
|
||||
#define UNIXMINUSMACTIME 2082844800UL
|
||||
#endif
|
||||
|
||||
#include <OSUtils.h>
|
||||
|
||||
static void MyReadLocation(MachineLocation * loc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user