fixing Mac build: moved NS_IMPL_IDS

This commit is contained in:
pierre%netscape.com 1998-07-29 23:43:22 +00:00
parent 36395151d9
commit 18ac4ccfe9

View File

@ -16,8 +16,13 @@
* Corporation. Portions created by Netscape are Copyright (C) 1998
* Netscape Communications Corporation. All Rights Reserved.
*/
#ifdef XP_MAC
#include "nsBrowserWindow.h"
#define NS_IMPL_IDS
#else
#define NS_IMPL_IDS
#include "nsBrowserWindow.h"
#endif
#include "nsIStreamListener.h"
#include "nsIAppShell.h"
#include "nsIWidget.h"