mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
include: Add the local attribute to IShellExecuteHookA/W since they use an undefined structure.
This commit is contained in:
parent
b2286fd45c
commit
f453699983
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user