Commit 99636aaa authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Make IContextMenu interface in shobjidl.idl local since some parameters…

include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.
parent 65d5c20a
......@@ -961,7 +961,8 @@ interface IDropTargetHelper : IUnknown
[
object,
uuid(000214e4-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface IContextMenu : 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