Commit 7e894f87 authored by Peter Urbanec's avatar Peter Urbanec Committed by Alexandre Julliard

msxml3: Reorder headers to allow use of libxml2 with +icu useflag.

parent 2b53df89
...@@ -33,6 +33,9 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment