1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

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.
This commit is contained in:
Rob Shearman 2008-09-08 23:20:42 +01:00 committed by Alexandre Julliard
parent c36682685a
commit d65920df77

View File

@ -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
{