Author: akhaldi
Date: Sun Sep 9 19:47:25 2012
New Revision: 57257
URL:
http://svn.reactos.org/svn/reactos?rev=57257&view=rev
Log:
* Improve the whole msxml* situation in ReactOS, which improves compatibility with many
applications (MS Visual C++ 2010 Redistributable Package, I'm looking at you !)
[PSDK]: Sync some headers and idl files with Wine.
[PSDK]: Import xmldom.h from Wine.
[LIBWINE]: Sync some debugging functions with Wine.
[UUID]: Add SID_SContainerDispatch.
[MSXML]: Import from Wine.
[MSXML2]: Import from Wine.
[MSXML3]: Sync with Wine 1.5.12.
[MSXML4]: Import from Wine.
[MSXML6]: Import from Wine.
[SYSSETUP]: Register the newly imported msxml* dlls.
Added:
trunk/reactos/dll/win32/msxml/
trunk/reactos/dll/win32/msxml/CMakeLists.txt (with props)
trunk/reactos/dll/win32/msxml/Makefile.in (with props)
trunk/reactos/dll/win32/msxml/main.c (with props)
trunk/reactos/dll/win32/msxml/msxml.rgs (with props)
trunk/reactos/dll/win32/msxml/msxml.spec (with props)
trunk/reactos/dll/win32/msxml/msxml_tlb.idl (with props)
trunk/reactos/dll/win32/msxml/msxml_tlb.rgs (with props)
trunk/reactos/dll/win32/msxml/rsrc.rc (with props)
trunk/reactos/dll/win32/msxml2/
trunk/reactos/dll/win32/msxml2/CMakeLists.txt (with props)
trunk/reactos/dll/win32/msxml2/Makefile.in (with props)
trunk/reactos/dll/win32/msxml2/main.c (with props)
trunk/reactos/dll/win32/msxml2/msxml2.rc (with props)
trunk/reactos/dll/win32/msxml2/msxml2.spec (with props)
trunk/reactos/dll/win32/msxml2/msxml2_tlb.idl (with props)
trunk/reactos/dll/win32/msxml2/msxml2_tlb.rgs (with props)
trunk/reactos/dll/win32/msxml3/datatypes.xsd (with props)
trunk/reactos/dll/win32/msxml3/doctype.c (with props)
trunk/reactos/dll/win32/msxml3/msxml3.manifest (with props)
trunk/reactos/dll/win32/msxml3/msxml3_v1.rgs (with props)
trunk/reactos/dll/win32/msxml3/mxnamespace.c (with props)
trunk/reactos/dll/win32/msxml3/mxwriter.c (with props)
trunk/reactos/dll/win32/msxml3/schemas.rc (with props)
trunk/reactos/dll/win32/msxml3/selection.c (with props)
trunk/reactos/dll/win32/msxml3/stylesheet.c (with props)
trunk/reactos/dll/win32/msxml3/xdr.c (with props)
trunk/reactos/dll/win32/msxml3/xmlparser.c (with props)
trunk/reactos/dll/win32/msxml3/xmlparser.idl (with props)
trunk/reactos/dll/win32/msxml3/xmlparser.rgs (with props)
trunk/reactos/dll/win32/msxml3/xmlview.c (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.h (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.l (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.tab.c (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.tab.h (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.y (with props)
trunk/reactos/dll/win32/msxml3/xslpattern.yy.c (with props)
trunk/reactos/dll/win32/msxml4/
trunk/reactos/dll/win32/msxml4/CMakeLists.txt (with props)
trunk/reactos/dll/win32/msxml4/Makefile.in (with props)
trunk/reactos/dll/win32/msxml4/main.c (with props)
trunk/reactos/dll/win32/msxml4/msxml4.manifest (with props)
trunk/reactos/dll/win32/msxml4/msxml4.spec (with props)
trunk/reactos/dll/win32/msxml4/msxml4_tlb.idl (with props)
trunk/reactos/dll/win32/msxml4/msxml4_tlb.rgs (with props)
trunk/reactos/dll/win32/msxml4/rsrc.rc (with props)
trunk/reactos/dll/win32/msxml6/
trunk/reactos/dll/win32/msxml6/CMakeLists.txt (with props)
trunk/reactos/dll/win32/msxml6/Makefile.in (with props)
trunk/reactos/dll/win32/msxml6/main.c (with props)
trunk/reactos/dll/win32/msxml6/msxml6.manifest (with props)
trunk/reactos/dll/win32/msxml6/msxml6.spec (with props)
trunk/reactos/dll/win32/msxml6/msxml6_tlb.idl (with props)
trunk/reactos/dll/win32/msxml6/msxml6_tlb.rgs (with props)
trunk/reactos/dll/win32/msxml6/rsrc.rc (with props)
trunk/reactos/include/psdk/xmldom.h (with props)
Removed:
trunk/reactos/dll/win32/msxml3/queryresult.c
trunk/reactos/dll/win32/msxml3/regsvr.c
Modified:
trunk/reactos/dll/win32/CMakeLists.txt
trunk/reactos/dll/win32/msxml3/CMakeLists.txt
trunk/reactos/dll/win32/msxml3/attribute.c
trunk/reactos/dll/win32/msxml3/bsc.c
trunk/reactos/dll/win32/msxml3/cdata.c
trunk/reactos/dll/win32/msxml3/comment.c
trunk/reactos/dll/win32/msxml3/dispex.c
trunk/reactos/dll/win32/msxml3/docfrag.c
trunk/reactos/dll/win32/msxml3/domdoc.c
trunk/reactos/dll/win32/msxml3/domimpl.c
trunk/reactos/dll/win32/msxml3/element.c
trunk/reactos/dll/win32/msxml3/entityref.c
trunk/reactos/dll/win32/msxml3/factory.c
trunk/reactos/dll/win32/msxml3/httprequest.c
trunk/reactos/dll/win32/msxml3/main.c
trunk/reactos/dll/win32/msxml3/msxml3.spec
trunk/reactos/dll/win32/msxml3/msxml_private.h
trunk/reactos/dll/win32/msxml3/node.c
trunk/reactos/dll/win32/msxml3/nodelist.c
trunk/reactos/dll/win32/msxml3/nodemap.c
trunk/reactos/dll/win32/msxml3/parseerror.c
trunk/reactos/dll/win32/msxml3/pi.c
trunk/reactos/dll/win32/msxml3/saxreader.c
trunk/reactos/dll/win32/msxml3/schema.c
trunk/reactos/dll/win32/msxml3/text.c
trunk/reactos/dll/win32/msxml3/uuid.c
trunk/reactos/dll/win32/msxml3/version.rc
trunk/reactos/dll/win32/msxml3/xmldoc.c
trunk/reactos/dll/win32/msxml3/xmlelem.c
trunk/reactos/include/psdk/docobj.idl
trunk/reactos/include/psdk/idispids.h
trunk/reactos/include/psdk/msxml.idl
trunk/reactos/include/psdk/msxml2.idl
trunk/reactos/include/psdk/msxml2did.h
trunk/reactos/include/psdk/msxml6.idl
trunk/reactos/include/psdk/xmldom.idl
trunk/reactos/include/psdk/xmldso.idl
trunk/reactos/include/reactos/wine/debug.h
trunk/reactos/lib/3rdparty/libwine/debug.c
trunk/reactos/lib/sdk/uuid/ieguids.c
trunk/reactos/media/doc/README.WINE
trunk/reactos/media/inf/syssetup.inf
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/win32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/CMakeLists.txt?r…
Added: trunk/reactos/dll/win32/msxml/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/CMakeLists…
Added: trunk/reactos/dll/win32/msxml/Makefile.in
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/Makefile.i…
Added: trunk/reactos/dll/win32/msxml/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/main.c?rev…
Added: trunk/reactos/dll/win32/msxml/msxml.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/msxml.rgs?…
Added: trunk/reactos/dll/win32/msxml/msxml.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/msxml.spec…
Added: trunk/reactos/dll/win32/msxml/msxml_tlb.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/msxml_tlb.…
Added: trunk/reactos/dll/win32/msxml/msxml_tlb.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/msxml_tlb.…
Added: trunk/reactos/dll/win32/msxml/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/rsrc.rc?re…
Added: trunk/reactos/dll/win32/msxml2/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/CMakeList…
Added: trunk/reactos/dll/win32/msxml2/Makefile.in
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/Makefile.…
Added: trunk/reactos/dll/win32/msxml2/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/main.c?re…
Added: trunk/reactos/dll/win32/msxml2/msxml2.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2.rc…
Added: trunk/reactos/dll/win32/msxml2/msxml2.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2.sp…
Added: trunk/reactos/dll/win32/msxml2/msxml2_tlb.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2_tl…
Added: trunk/reactos/dll/win32/msxml2/msxml2_tlb.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2_tl…
Modified: trunk/reactos/dll/win32/msxml3/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/CMakeList…
Modified: trunk/reactos/dll/win32/msxml3/attribute.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/attribute…
Modified: trunk/reactos/dll/win32/msxml3/bsc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/bsc.c?rev…
Modified: trunk/reactos/dll/win32/msxml3/cdata.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/cdata.c?r…
Modified: trunk/reactos/dll/win32/msxml3/comment.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/comment.c…
Added: trunk/reactos/dll/win32/msxml3/datatypes.xsd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/datatypes…
Modified: trunk/reactos/dll/win32/msxml3/dispex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/dispex.c?…
Modified: trunk/reactos/dll/win32/msxml3/docfrag.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/docfrag.c…
Added: trunk/reactos/dll/win32/msxml3/doctype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/doctype.c…
Modified: trunk/reactos/dll/win32/msxml3/domdoc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/domdoc.c?…
Modified: trunk/reactos/dll/win32/msxml3/domimpl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/domimpl.c…
Modified: trunk/reactos/dll/win32/msxml3/element.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/element.c…
Modified: trunk/reactos/dll/win32/msxml3/entityref.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/entityref…
Modified: trunk/reactos/dll/win32/msxml3/factory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/factory.c…
Modified: trunk/reactos/dll/win32/msxml3/httprequest.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/httpreque…
Modified: trunk/reactos/dll/win32/msxml3/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/main.c?re…
Added: trunk/reactos/dll/win32/msxml3/msxml3.manifest
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3.ma…
Modified: trunk/reactos/dll/win32/msxml3/msxml3.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3.sp…
Added: trunk/reactos/dll/win32/msxml3/msxml3_v1.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3_v1…
Modified: trunk/reactos/dll/win32/msxml3/msxml_private.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml_pri…
Added: trunk/reactos/dll/win32/msxml3/mxnamespace.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/mxnamespa…
Added: trunk/reactos/dll/win32/msxml3/mxwriter.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/mxwriter.…
Modified: trunk/reactos/dll/win32/msxml3/node.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/node.c?re…
Modified: trunk/reactos/dll/win32/msxml3/nodelist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/nodelist.…
Modified: trunk/reactos/dll/win32/msxml3/nodemap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/nodemap.c…
Modified: trunk/reactos/dll/win32/msxml3/parseerror.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/parseerro…
Modified: trunk/reactos/dll/win32/msxml3/pi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/pi.c?rev=…
Removed: trunk/reactos/dll/win32/msxml3/queryresult.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/queryresu…
Removed: trunk/reactos/dll/win32/msxml3/regsvr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/regsvr.c?…
Modified: trunk/reactos/dll/win32/msxml3/saxreader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/saxreader…
Modified: trunk/reactos/dll/win32/msxml3/schema.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/schema.c?…
Added: trunk/reactos/dll/win32/msxml3/schemas.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/schemas.r…
Added: trunk/reactos/dll/win32/msxml3/selection.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/selection…
Added: trunk/reactos/dll/win32/msxml3/stylesheet.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/styleshee…
Modified: trunk/reactos/dll/win32/msxml3/text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/text.c?re…
Modified: trunk/reactos/dll/win32/msxml3/uuid.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/uuid.c?re…
Modified: trunk/reactos/dll/win32/msxml3/version.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/version.r…
Added: trunk/reactos/dll/win32/msxml3/xdr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xdr.c?rev…
Modified: trunk/reactos/dll/win32/msxml3/xmldoc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmldoc.c?…
Modified: trunk/reactos/dll/win32/msxml3/xmlelem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmlelem.c…
Added: trunk/reactos/dll/win32/msxml3/xmlparser.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmlparser…
Added: trunk/reactos/dll/win32/msxml3/xmlparser.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmlparser…
Added: trunk/reactos/dll/win32/msxml3/xmlparser.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmlparser…
Added: trunk/reactos/dll/win32/msxml3/xmlview.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xmlview.c…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.l
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.tab.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.tab.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.y
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml3/xslpattern.yy.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpatter…
Added: trunk/reactos/dll/win32/msxml4/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/CMakeList…
Added: trunk/reactos/dll/win32/msxml4/Makefile.in
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/Makefile.…
Added: trunk/reactos/dll/win32/msxml4/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/main.c?re…
Added: trunk/reactos/dll/win32/msxml4/msxml4.manifest
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4.ma…
Added: trunk/reactos/dll/win32/msxml4/msxml4.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4.sp…
Added: trunk/reactos/dll/win32/msxml4/msxml4_tlb.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4_tl…
Added: trunk/reactos/dll/win32/msxml4/msxml4_tlb.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4_tl…
Added: trunk/reactos/dll/win32/msxml4/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/rsrc.rc?r…
Added: trunk/reactos/dll/win32/msxml6/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/CMakeList…
Added: trunk/reactos/dll/win32/msxml6/Makefile.in
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/Makefile.…
Added: trunk/reactos/dll/win32/msxml6/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/main.c?re…
Added: trunk/reactos/dll/win32/msxml6/msxml6.manifest
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6.ma…
Added: trunk/reactos/dll/win32/msxml6/msxml6.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6.sp…
Added: trunk/reactos/dll/win32/msxml6/msxml6_tlb.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6_tl…
Added: trunk/reactos/dll/win32/msxml6/msxml6_tlb.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6_tl…
Added: trunk/reactos/dll/win32/msxml6/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/rsrc.rc?r…
Modified: trunk/reactos/include/psdk/docobj.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/docobj.idl?re…
Modified: trunk/reactos/include/psdk/idispids.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/idispids.h?re…
Modified: trunk/reactos/include/psdk/msxml.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml.idl?rev…
Modified: trunk/reactos/include/psdk/msxml2.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml2.idl?re…
Modified: trunk/reactos/include/psdk/msxml2did.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml2did.h?r…
Modified: trunk/reactos/include/psdk/msxml6.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml6.idl?re…
Added: trunk/reactos/include/psdk/xmldom.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldom.h?rev=…
Modified: trunk/reactos/include/psdk/xmldom.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldom.idl?re…
Modified: trunk/reactos/include/psdk/xmldso.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldso.idl?re…
Modified: trunk/reactos/include/reactos/wine/debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/debug…
Modified: trunk/reactos/lib/3rdparty/libwine/debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/debug…
Modified: trunk/reactos/lib/sdk/uuid/ieguids.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/uuid/ieguids.c?rev…
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
Modified: trunk/reactos/media/inf/syssetup.inf
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/syssetup.inf?rev…