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?re...
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.in...
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?r...
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.i...
Added: trunk/reactos/dll/win32/msxml/msxml_tlb.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/msxml_tlb.r...
Added: trunk/reactos/dll/win32/msxml/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml/rsrc.rc?rev...
Added: trunk/reactos/dll/win32/msxml2/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/CMakeLists...
Added: trunk/reactos/dll/win32/msxml2/Makefile.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/Makefile.i...
Added: trunk/reactos/dll/win32/msxml2/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/main.c?rev...
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.spe...
Added: trunk/reactos/dll/win32/msxml2/msxml2_tlb.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2_tlb...
Added: trunk/reactos/dll/win32/msxml2/msxml2_tlb.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml2/msxml2_tlb...
Modified: trunk/reactos/dll/win32/msxml3/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/CMakeLists...
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?re...
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?r...
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?r...
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/httpreques...
Modified: trunk/reactos/dll/win32/msxml3/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/main.c?rev...
Added: trunk/reactos/dll/win32/msxml3/msxml3.manifest URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3.man...
Modified: trunk/reactos/dll/win32/msxml3/msxml3.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/msxml3.spe...
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_priv...
Added: trunk/reactos/dll/win32/msxml3/mxnamespace.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/mxnamespac...
Added: trunk/reactos/dll/win32/msxml3/mxwriter.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/mxwriter.c...
Modified: trunk/reactos/dll/win32/msxml3/node.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/node.c?rev...
Modified: trunk/reactos/dll/win32/msxml3/nodelist.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/nodelist.c...
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/parseerror...
Modified: trunk/reactos/dll/win32/msxml3/pi.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/pi.c?rev=5...
Removed: trunk/reactos/dll/win32/msxml3/queryresult.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/queryresul...
Removed: trunk/reactos/dll/win32/msxml3/regsvr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/regsvr.c?r...
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?r...
Added: trunk/reactos/dll/win32/msxml3/schemas.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/schemas.rc...
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/stylesheet...
Modified: trunk/reactos/dll/win32/msxml3/text.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/text.c?rev...
Modified: trunk/reactos/dll/win32/msxml3/uuid.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/uuid.c?rev...
Modified: trunk/reactos/dll/win32/msxml3/version.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/version.rc...
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?r...
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/xslpattern...
Added: trunk/reactos/dll/win32/msxml3/xslpattern.l URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpattern...
Added: trunk/reactos/dll/win32/msxml3/xslpattern.tab.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpattern...
Added: trunk/reactos/dll/win32/msxml3/xslpattern.tab.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpattern...
Added: trunk/reactos/dll/win32/msxml3/xslpattern.y URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpattern...
Added: trunk/reactos/dll/win32/msxml3/xslpattern.yy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml3/xslpattern...
Added: trunk/reactos/dll/win32/msxml4/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/CMakeLists...
Added: trunk/reactos/dll/win32/msxml4/Makefile.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/Makefile.i...
Added: trunk/reactos/dll/win32/msxml4/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/main.c?rev...
Added: trunk/reactos/dll/win32/msxml4/msxml4.manifest URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4.man...
Added: trunk/reactos/dll/win32/msxml4/msxml4.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4.spe...
Added: trunk/reactos/dll/win32/msxml4/msxml4_tlb.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4_tlb...
Added: trunk/reactos/dll/win32/msxml4/msxml4_tlb.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/msxml4_tlb...
Added: trunk/reactos/dll/win32/msxml4/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml4/rsrc.rc?re...
Added: trunk/reactos/dll/win32/msxml6/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/CMakeLists...
Added: trunk/reactos/dll/win32/msxml6/Makefile.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/Makefile.i...
Added: trunk/reactos/dll/win32/msxml6/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/main.c?rev...
Added: trunk/reactos/dll/win32/msxml6/msxml6.manifest URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6.man...
Added: trunk/reactos/dll/win32/msxml6/msxml6.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6.spe...
Added: trunk/reactos/dll/win32/msxml6/msxml6_tlb.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6_tlb...
Added: trunk/reactos/dll/win32/msxml6/msxml6_tlb.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/msxml6_tlb...
Added: trunk/reactos/dll/win32/msxml6/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msxml6/rsrc.rc?re...
Modified: trunk/reactos/include/psdk/docobj.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/docobj.idl?rev...
Modified: trunk/reactos/include/psdk/idispids.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/idispids.h?rev...
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?rev...
Modified: trunk/reactos/include/psdk/msxml2did.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml2did.h?re...
Modified: trunk/reactos/include/psdk/msxml6.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msxml6.idl?rev...
Added: trunk/reactos/include/psdk/xmldom.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldom.h?rev=5...
Modified: trunk/reactos/include/psdk/xmldom.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldom.idl?rev...
Modified: trunk/reactos/include/psdk/xmldso.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/xmldso.idl?rev...
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=5...
Modified: trunk/reactos/media/inf/syssetup.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/syssetup.inf?rev=...