msxml: remove a few guids

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Nov 7 06:31:32 CST 2005


        Huw Davies <huw at codeweavers.com>
        Remove a couple of unnecessary guids.
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/msxml3/tests/domdoc.c
===================================================================
RCS file: /home/wine/wine/dlls/msxml3/tests/domdoc.c,v
retrieving revision 1.6
diff -u -p -r1.6 domdoc.c
--- dlls/msxml3/tests/domdoc.c	5 Nov 2005 10:42:45 -0000	1.6
+++ dlls/msxml3/tests/domdoc.c	7 Nov 2005 12:30:09 -0000
@@ -73,11 +73,6 @@ static const WCHAR szdl[] = { 'd','l',0 
 static const WCHAR szlc[] = { 'l','c',0 };
 static const WCHAR szbs[] = { 'b','s',0 };
 
-const GUID CLSID_DOMDocument = 
-    { 0x2933BF90, 0x7B36, 0x11d2, {0xB2,0x0E,0x00,0xC0,0x4F,0x98,0x3E,0x60}};
-const GUID IID_IXMLDOMDocument = 
-    { 0x2933BF81, 0x7B36, 0x11d2, {0xB2,0x0E,0x00,0xC0,0x4F,0x98,0x3E,0x60}};
-
 void test_domdoc( void )
 {
     HRESULT r;



More information about the wine-patches mailing list