Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7e894f87
Commit
7e894f87
authored
May 06, 2011
by
Peter Urbanec
Committed by
Alexandre Julliard
May 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Reorder headers to allow use of libxml2 with +icu useflag.
parent
2b53df89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
xslpattern.h
dlls/msxml3/xslpattern.h
+3
-0
xslpattern.l
dlls/msxml3/xslpattern.l
+0
-2
xslpattern.y
dlls/msxml3/xslpattern.y
+0
-2
No files found.
dlls/msxml3/xslpattern.h
View file @
7e894f87
...
...
@@ -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
;
...
...
dlls/msxml3/xslpattern.l
View file @
7e894f87
...
...
@@ -21,8 +21,6 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2
...
...
dlls/msxml3/xslpattern.y
View file @
7e894f87
...
...
@@ -21,8 +21,6 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2
#include "xslpattern.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment