mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix explorer/ibrowser build
svn path=/trunk/; revision=16363
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user