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
54b37b8c
Commit
54b37b8c
authored
Sep 15, 2011
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Sep 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Move xmlparser.idl to msxml3.
parent
99f770e4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+1
-1
Makefile.in
dlls/msxml3/Makefile.in
+2
-0
xmlparser.idl
dlls/msxml3/xmlparser.idl
+0
-0
Makefile.in
include/Makefile.in
+1
-2
No files found.
.gitignore
View file @
54b37b8c
...
...
@@ -75,6 +75,7 @@ dlls/msi/sql.tab.c
dlls/msi/sql.tab.h
dlls/mstask/mstask_local.h
dlls/mstask/mstask_local_i.c
dlls/msxml3/xmlparser.h
dlls/msxml3/xslpattern.tab.c
dlls/msxml3/xslpattern.tab.h
dlls/msxml3/xslpattern.yy.c
...
...
@@ -234,7 +235,6 @@ include/wpcapi.h
include/wtypes.h
include/wuapi.h
include/xmllite.h
include/xmlparser.h
libs/wpp/ppl.yy.c
libs/wpp/ppy.tab.c
libs/wpp/ppy.tab.h
...
...
dlls/msxml3/Makefile.in
View file @
54b37b8c
...
...
@@ -44,6 +44,8 @@ RC_SRCS = \
schemas.rc
\
version.rc
IDL_H_SRCS
=
xmlparser.idl
IDL_TLB_SRCS
=
msxml3_v1.idl
@MAKE_DLL_RULES@
include
/xmlparser.idl
→
dlls/msxml3
/xmlparser.idl
View file @
54b37b8c
File moved
include/Makefile.in
View file @
54b37b8c
...
...
@@ -104,8 +104,7 @@ PUBLIC_IDL_H_SRCS = \
wpcapi.idl
\
wtypes.idl
\
wuapi.idl
\
xmllite.idl
\
xmlparser.idl
xmllite.idl
IDL_TLB_SRCS
=
\
stdole2.idl
...
...
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