Fix explorer/ibrowser build

svn path=/trunk/; revision=16363
This commit is contained in:
Alex Ionescu 2005-07-01 03:25:35 +00:00
parent 919125b189
commit 79ab4b5644
10 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
#include <expat_config.h> #include <expat_config.h>
#endif /* ndef COMPILED_FROM_DSP */ #endif /* ndef COMPILED_FROM_DSP */
#include "expat.h" #include <expat/expat.h>
#ifdef XML_UNICODE #ifdef XML_UNICODE
#define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX #define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX

View file

@ -14,7 +14,7 @@
#endif #endif
#endif /* ndef COMPILED_FROM_DSP */ #endif /* ndef COMPILED_FROM_DSP */
#include "expat_external.h" #include <expat/expat_external.h>
#include "internal.h" #include "internal.h"
#include "xmlrole.h" #include "xmlrole.h"
#include "ascii.h" #include "ascii.h"

View file

@ -14,7 +14,7 @@
#endif #endif
#endif /* ndef COMPILED_FROM_DSP */ #endif /* ndef COMPILED_FROM_DSP */
#include "expat_external.h" #include <expat/expat_external.h>
#include "internal.h" #include "internal.h"
#include "xmltok.h" #include "xmltok.h"
#include "nametab.h" #include "nametab.h"

View file

@ -38,7 +38,7 @@
#ifndef _XMLSTORAGE_H #ifndef _XMLSTORAGE_H
#include "expat.h" #include <expat/expat.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma comment(lib, "libexpat.lib") #pragma comment(lib, "libexpat.lib")

View file

@ -38,7 +38,7 @@
#ifndef _XMLSTORAGE_H #ifndef _XMLSTORAGE_H
#include "expat.h" #include <expat/expat.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma comment(lib, "libexpat.lib") #pragma comment(lib, "libexpat.lib")