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
7645f321
Commit
7645f321
authored
Jan 24, 2008
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gmsxml3: Added typelib support.
parent
46f1330e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
0 deletions
+36
-0
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/msxml3/Makefile.in
+2
-0
msxml3_v1.idl
dlls/msxml3/msxml3_v1.idl
+19
-0
version.rc
dlls/msxml3/version.rc
+2
-0
msxml2.idl
include/msxml2.idl
+12
-0
No files found.
.gitignore
View file @
7645f321
...
...
@@ -305,6 +305,7 @@ dlls/msvidc32/rsrc.res
dlls/msvideo.dll16
dlls/mswsock/libmswsock.def
dlls/mswsock/version.res
dlls/msxml3/msxml3_v1.tlb
dlls/msxml3/tests/*.ok
dlls/msxml3/tests/msxml3_crosstest.exe
dlls/msxml3/tests/testlist.c
...
...
dlls/msxml3/Makefile.in
View file @
7645f321
...
...
@@ -34,6 +34,8 @@ C_SRCS = \
RC_SRCS
=
version.rc
IDL_TLB_SRCS
=
msxml3_v1.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/msxml3/msxml3_v1.idl
0 → 100644
View file @
7645f321
/*
*
Copyright
2007
Alistair
Leslie
-
Hughes
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
include
"msxml2.idl"
dlls/msxml3/version.rc
View file @
7645f321
...
...
@@ -14,6 +14,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
1 TYPELIB LOADONCALL DISCARDABLE msxml3_v1.tlb
#define WINE_OLESELFREGISTER
#define WINE_FILEDESCRIPTION_STR "Wine MSXML 3.0"
#define WINE_FILENAME_STR "msxml3.dll"
...
...
include/msxml2.idl
View file @
7645f321
...
...
@@ -23,6 +23,16 @@ import "unknwn.idl";
import
"objidl.idl"
;
import
"oaidl.idl"
;
[
uuid
(
f5078f18
-
c551
-
11
d3
-
89b9
-
0000
f81fe221
),
version
(
3.0
),
helpstring
(
"Microsoft XML, v3.0"
)
]
library
MSXML2
{
importlib
(
"stdole2.tlb"
)
;
interface
IXMLDOMImplementation
;
interface
IXMLDOMNode
;
interface
IXMLDOMDocumentFragment
;
...
...
@@ -1052,3 +1062,5 @@ coclass XSLTemplate30
{
[
default
]
interface
IXSLTemplate
;
}
}
/*
Library
MSXML
*/
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