include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.

oldstable
Rob Shearman 2008-04-15 18:29:19 +01:00 committed by Alexandre Julliard
parent 65d5c20a6b
commit 99636aaa9f
1 changed files with 2 additions and 1 deletions

View File

@ -961,7 +961,8 @@ interface IDropTargetHelper : IUnknown
[
object,
uuid(000214e4-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface IContextMenu : IUnknown
{