msxml3: Reorder headers to allow use of libxml2 with +icu useflag.
This commit is contained in:
parent
2b53df89cb
commit
7e894f8741
|
@ -33,6 +33,9 @@
|
||||||
#include <libxml/xmlstring.h>
|
#include <libxml/xmlstring.h>
|
||||||
#include <libxml/xpath.h>
|
#include <libxml/xpath.h>
|
||||||
|
|
||||||
|
#include "windef.h"
|
||||||
|
#include "winnt.h"
|
||||||
|
|
||||||
typedef struct _parser_param {
|
typedef struct _parser_param {
|
||||||
void* yyscanner;
|
void* yyscanner;
|
||||||
xmlXPathContextPtr ctx;
|
xmlXPathContextPtr ctx;
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
%{
|
%{
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "wine/port.h"
|
#include "wine/port.h"
|
||||||
#include "windef.h"
|
|
||||||
#include "winnt.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
%{
|
%{
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "wine/port.h"
|
#include "wine/port.h"
|
||||||
#include "windef.h"
|
|
||||||
#include "winnt.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
#include "xslpattern.h"
|
#include "xslpattern.h"
|
||||||
|
|
Loading…
Reference in New Issue