include: Correctly define the msxml typelib by directly including xmldom.idl and...
commitf6b6c7bade8fe07bb8d0065be55686093ea5bc23
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 Dec 2010 10:40:04 +0000 (21 11:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Dec 2010 11:17:11 +0000 (21 12:17 +0100)
treeffe60956640938d01380bfc990bca8f7f792379d
parentf51d6df574b573bc10bcdf68ebee0e5ea863c458
include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
18 files changed:
.gitignore
dlls/gameux/gameexplorer.c
dlls/mscoree/mscoree_main.c
dlls/msxml3/factory.c
dlls/msxml3/regsvr.c
dlls/msxml3/tests/domdoc.c
dlls/msxml3/tests/schema.c
dlls/msxml3/tests/xmlelem.c
dlls/msxml3/uuid.c
dlls/uuid/uuid.c
include/Makefile.in
include/msxml.idl
include/msxml2.idl
include/msxml6.idl
include/xmldom.h [new file with mode: 0644]
include/xmldom.idl
include/xmldso.idl
tools/make_makefiles