mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix explorer/ibrowser build
svn path=/trunk/; revision=16363
This commit is contained in:
parent
919125b189
commit
79ab4b5644
10 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <expat_config.h>
|
||||
#endif /* ndef COMPILED_FROM_DSP */
|
||||
|
||||
#include "expat.h"
|
||||
#include <expat/expat.h>
|
||||
|
||||
#ifdef XML_UNICODE
|
||||
#define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#endif
|
||||
#endif /* ndef COMPILED_FROM_DSP */
|
||||
|
||||
#include "expat_external.h"
|
||||
#include <expat/expat_external.h>
|
||||
#include "internal.h"
|
||||
#include "xmlrole.h"
|
||||
#include "ascii.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#endif
|
||||
#endif /* ndef COMPILED_FROM_DSP */
|
||||
|
||||
#include "expat_external.h"
|
||||
#include <expat/expat_external.h>
|
||||
#include "internal.h"
|
||||
#include "xmltok.h"
|
||||
#include "nametab.h"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#ifndef _XMLSTORAGE_H
|
||||
|
||||
#include "expat.h"
|
||||
#include <expat/expat.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "libexpat.lib")
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#ifndef _XMLSTORAGE_H
|
||||
|
||||
#include "expat.h"
|
||||
#include <expat/expat.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "libexpat.lib")
|
||||
|
|
Loading…
Reference in a new issue