Commit ba8a0b7b authored by Konstantin Kondratyuk's avatar Konstantin Kondratyuk Committed by Alexandre Julliard

mshtml: Correct UIDs of interfaces.

parent 775a6b21
...@@ -20188,7 +20188,7 @@ interface IMarkupPointer : IUnknown ...@@ -20188,7 +20188,7 @@ interface IMarkupPointer : IUnknown
[ [
object, object,
pointer_default(unique), pointer_default(unique),
uuid(83f65030-b598-cf11-bb82-00aa00bdce0b) uuid(3050f683-98b5-11cf-bb82-00aa00bdce0b)
] ]
interface ISegment : IUnknown interface ISegment : IUnknown
{ {
...@@ -20220,7 +20220,7 @@ interface IElementSegment : ISegment ...@@ -20220,7 +20220,7 @@ interface IElementSegment : ISegment
[ [
object, object,
pointer_default(unique), pointer_default(unique),
uuid(99f65030-b598-cf11-bb82-00aa00bdce0b) uuid(3050f699-98b5-11cf-bb82-00aa00bdce0b)
] ]
interface ISelectionServicesListener : IUnknown interface ISelectionServicesListener : IUnknown
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment