Module: wine Branch: master Commit: ba8a0b7b9d0d0798fc0bb180b1d6e064db2df39c URL: http://source.winehq.org/git/wine.git/?a=commit;h=ba8a0b7b9d0d0798fc0bb180b1...
Author: Konstantin Kondratyuk kondratyuk@etersoft.ru Date: Fri Dec 12 15:15:12 2008 +0300
mshtml: Correct UIDs 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 {