Fix #include file case so that Mac builds on UFS volumes work. Bug 116709. r=tigger.

This commit is contained in:
sfraser%netscape.com 2002-02-07 00:03:06 +00:00
parent f08b6dc7da
commit 803a239462

View File

@ -52,7 +52,7 @@
#include "nsIMenuBar.h"
#include "nsplugindefs.h"
#include <QuickDraw.h>
#include <Quickdraw.h>
#define NSRGB_2_COLOREF(color) \
RGB(NS_GET_R(color),NS_GET_G(color),NS_GET_B(color))