Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
049e9b67
Commit
049e9b67
authored
Aug 08, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed msxml compilation when libxml is not available.
parent
950a23e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
element.c
dlls/msxml3/element.c
+4
-0
msxml_private.h
dlls/msxml3/msxml_private.h
+1
-1
No files found.
dlls/msxml3/element.c
View file @
049e9b67
...
@@ -38,6 +38,8 @@
...
@@ -38,6 +38,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
msxml
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msxml
);
#ifdef HAVE_LIBXML2
typedef
struct
_domelem
typedef
struct
_domelem
{
{
const
struct
IXMLDOMElementVtbl
*
lpVtbl
;
const
struct
IXMLDOMElementVtbl
*
lpVtbl
;
...
@@ -566,3 +568,5 @@ HRESULT DOMElement_create( IXMLDOMElement** DOMElement, xmlDocPtr xmldoc )
...
@@ -566,3 +568,5 @@ HRESULT DOMElement_create( IXMLDOMElement** DOMElement, xmlDocPtr xmldoc )
return
S_OK
;
return
S_OK
;
}
}
#endif
dlls/msxml3/msxml_private.h
View file @
049e9b67
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#ifndef __MSXML_PRIVATE__
#ifndef __MSXML_PRIVATE__
#define __MSXML_PRIVATE__
#define __MSXML_PRIVATE__
#ifdef HAVE_LIBXML
_PARSER_H
#ifdef HAVE_LIBXML
2
#include <libxml/parser.h>
#include <libxml/parser.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