зеркало из https://github.com/mozilla/pjs.git
nsParser.cpp would not compile if the EXPAT compiler define was set because I had
not included nsExpatDTD.h. Now, nsExpatDTD.h gets included if EXPAT is set.
This commit is contained in:
Родитель
55422c7fbc
Коммит
3229966c08
|
@ -31,6 +31,9 @@
|
|||
#include "CNavDTD.h"
|
||||
#include "nsWellFormedDTD.h"
|
||||
#include "nsViewSourceHTML.h" //uncomment this to partially enable viewsource...
|
||||
#ifdef EXPAT
|
||||
#include "nsExpatDTD.h"
|
||||
#endif
|
||||
|
||||
#undef rickgdebug
|
||||
#ifdef rickgdebug
|
||||
|
|
|
@ -31,6 +31,9 @@
|
|||
#include "CNavDTD.h"
|
||||
#include "nsWellFormedDTD.h"
|
||||
#include "nsViewSourceHTML.h" //uncomment this to partially enable viewsource...
|
||||
#ifdef EXPAT
|
||||
#include "nsExpatDTD.h"
|
||||
#endif
|
||||
|
||||
#undef rickgdebug
|
||||
#ifdef rickgdebug
|
||||
|
|
Загрузка…
Ссылка в новой задаче