ifdef'ing out a much more likely cause for the Mac bustage

This commit is contained in:
jband%netscape.com 1999-04-26 05:50:12 +00:00
Родитель f30475caf2
Коммит b6050d0bd1
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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"