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

git-svn-id: svn://10.0.0.236/trunk@29160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
1999-04-26 05:50:12 +00:00
parent dea8acc4e6
commit d3ed7620de
2 changed files with 8 additions and 0 deletions

View File

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

View File

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