зеркало из https://github.com/mozilla/pjs.git
ifdef'ing out a much more likely cause for the Mac bustage
This commit is contained in:
Родитель
f30475caf2
Коммит
b6050d0bd1
|
@ -24,7 +24,11 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include "nscore.h"
|
||||
|
||||
// XXX We need to make this work on all platforms
|
||||
#ifndef XP_MAC
|
||||
#include "nsSpecialSystemDirectory.h"
|
||||
#endif
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "nsIInterfaceInfoManager.h"
|
||||
|
|
|
@ -24,7 +24,11 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include "nscore.h"
|
||||
|
||||
// XXX We need to make this work on all platforms
|
||||
#ifndef XP_MAC
|
||||
#include "nsSpecialSystemDirectory.h"
|
||||
#endif
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "nsIInterfaceInfoManager.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче