Peter Urbanec : msxml3: Reorder headers to allow use of libxml2 with +icu useflag.
Module: wine Branch: master Commit: 7e894f8741dbe56680e42c95500fee44bb43ce67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e894f8741dbe56680e42c9550... Author: Peter Urbanec <winehq.org(a)urbanec.net> Date: Fri May 6 12:16:00 2011 +1000 msxml3: Reorder headers to allow use of libxml2 with +icu useflag. --- dlls/msxml3/xslpattern.h | 3 +++ dlls/msxml3/xslpattern.l | 2 -- dlls/msxml3/xslpattern.y | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/msxml3/xslpattern.h b/dlls/msxml3/xslpattern.h index ee6612d..7b3ee2c 100644 --- a/dlls/msxml3/xslpattern.h +++ b/dlls/msxml3/xslpattern.h @@ -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; diff --git a/dlls/msxml3/xslpattern.l b/dlls/msxml3/xslpattern.l index 6fae60e4..caea1be 100644 --- a/dlls/msxml3/xslpattern.l +++ b/dlls/msxml3/xslpattern.l @@ -21,8 +21,6 @@ %{ #include "config.h" #include "wine/port.h" -#include "windef.h" -#include "winnt.h" #ifdef HAVE_LIBXML2 diff --git a/dlls/msxml3/xslpattern.y b/dlls/msxml3/xslpattern.y index 152be8b..5187761 100644 --- a/dlls/msxml3/xslpattern.y +++ b/dlls/msxml3/xslpattern.y @@ -21,8 +21,6 @@ %{ #include "config.h" #include "wine/port.h" -#include "windef.h" -#include "winnt.h" #ifdef HAVE_LIBXML2 #include "xslpattern.h"
participants (1)
-
Alexandre Julliard