зеркало из https://github.com/mozilla/pjs.git
added workaround for bug=30927
This commit is contained in:
Родитель
da4b828ba9
Коммит
ff8cf166bb
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче