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

include: Add the local attribute to IShellExecuteHookA/W since they use an undefined structure.

parent b2286fd4
......@@ -1120,7 +1120,8 @@ interface IContextMenu3 : IContextMenu2
[
object,
uuid(000214f5-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface IShellExecuteHookA : IUnknown
{
......@@ -1136,7 +1137,8 @@ interface IShellExecuteHookA : IUnknown
[
object,
uuid(000214fb-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface IShellExecuteHookW : 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