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. git-svn-id: svn://10.0.0.236/trunk@22513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user