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

oldstable
Peter Urbanec 2011-05-06 12:16:00 +10:00 committed by Alexandre Julliard
parent 2b53df89cb
commit 7e894f8741
3 changed files with 3 additions and 4 deletions

View File

@ -33,6 +33,9 @@
#include <libxml/xmlstring.h>
#include <libxml/xpath.h>
#include "windef.h"
#include "winnt.h"
typedef struct _parser_param {
void* yyscanner;
xmlXPathContextPtr ctx;

View File

@ -21,8 +21,6 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2

View File

@ -21,8 +21,6 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2
#include "xslpattern.h"