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

include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in…

include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local. They are declared such that they cannot be used over the network and cause errors in MIDL when they are not declared local.
parent c3668268
......@@ -1248,7 +1248,8 @@ cpp_quote("#define INewShortcutHook WINELIB_NAME_AW(INewShortcutHook)")
[
object,
uuid(000214e1-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface INewShortcutHookA : IUnknown
{
......@@ -1278,7 +1279,8 @@ interface INewShortcutHookA : IUnknown
[
object,
uuid(000214f7-0000-0000-c000-000000000046),
pointer_default(unique)
pointer_default(unique),
local
]
interface INewShortcutHookW : IUnknown
{
......@@ -1307,7 +1309,8 @@ interface INewShortcutHookW : IUnknown
[
object,
uuid(85788d00-6807-11d0-b810-00c04fd706ec),
pointer_default(unique)
pointer_default(unique),
local
]
interface IRunnableTask : 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