mshtml: correct UID's of interfaces

Konstantin Kondratyuk kondratyuk at etersoft.ru
Fri Dec 12 06:29:02 CST 2008


Changelog:
	correct UID's of IMarkupPointer and IElementSegment interfaces

-- 
Best regards,
Konstantin Kondratyuk.
-------------- next part --------------
From 1285cd420b9cedc2ca0e09cb22dd80526a13cef3 Mon Sep 17 00:00:00 2001
From: Konstantin Kondratyuk <kondratyuk at etersoft.ru>
Date: Fri, 12 Dec 2008 15:15:12 +0300
Subject: [PATCH] mshtml: correct UID's of interfaces

---
 include/mshtml.idl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 8bf3efa..eabf867 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -20188,7 +20188,7 @@ interface IMarkupPointer : IUnknown
 [
     object,
     pointer_default(unique),
-    uuid(83f65030-b598-cf11-bb82-00aa00bdce0b)
+    uuid(3050f683-98b5-11cf-bb82-00aa00bdce0b)
 ]
 interface ISegment : IUnknown
 {
@@ -20220,7 +20220,7 @@ interface IElementSegment : ISegment
 [
     object,
     pointer_default(unique),
-    uuid(99f65030-b598-cf11-bb82-00aa00bdce0b)
+    uuid(3050f699-98b5-11cf-bb82-00aa00bdce0b)
 ]
 interface ISelectionServicesListener : IUnknown
 {
-- 
1.6.0.2.GIT



More information about the wine-patches mailing list