Commit f86ace90 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: The unique attribute doesn't make any sense in the interface header, so remove it.

It is only accepted by MIDL as a synonym for pointer_default(unique), but it isn't a synonym in widl so remove it.
parent 18f4fb98
......@@ -50,7 +50,6 @@ typedef enum tagWORDREP_BREAK_TYPE
* IWordSink interface
*/
[
unique,
uuid(cc907054-c058-101a-b554-08002b33b0e6),
object,
local
......@@ -77,7 +76,6 @@ interface IWordSink : IUnknown
* IPhraseSink interface
*/
[
unique,
uuid(cc906ff0-c058-101a-b554-08002b33b0e6),
object,
local
......@@ -99,7 +97,6 @@ interface IPhraseSink: IUnknown
* IWordBreaker interface
*/
[
unique,
uuid(d53552c8-77e3-101a-b552-08002b33b0e6),
object,
local
......
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