added workaround for bug=30927

This commit is contained in:
sdv%sparc.spb.su 2000-06-14 12:16:29 +00:00
Родитель da4b828ba9
Коммит ff8cf166bb
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -27,6 +27,11 @@
#include "nsError.h"
#include "nsString2.h"
// workaround for bug 30927
#ifdef ERROR
#undef ERROR
#endif
class nsISupports;
class nsIDOMNode;
struct PRLogModuleInfo;