fix for fizzilla bustage. don't create stuff that isn't available on x.

This commit is contained in:
pinkerton%netscape.com 2001-04-16 23:48:04 +00:00
parent 0a2f9edc12
commit 41eadd87e0
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -40,7 +40,9 @@
#include "nsScreenManagerMac.h"
#include "nsBlender.h"
#include "nsCOMPtr.h"
#if !TARGET_CARBON
#include "nsPrintOptionsMac.h"
#endif
static NS_DEFINE_IID(kCFontMetrics, NS_FONT_METRICS_CID);
static NS_DEFINE_IID(kCFontEnumerator, NS_FONT_ENUMERATOR_CID);