mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
[SHELL32] Fix COM registration of IShellFolder, IShellLinkA/W, IQueryContinue and IUserNotification classes.
This commit is contained in:
parent
6061c78e91
commit
175e78e50f
3 changed files with 38 additions and 38 deletions
|
@ -9,6 +9,7 @@ HKCR
|
|||
val ThreadingModel = s 'Apartment'
|
||||
}
|
||||
}
|
||||
}
|
||||
NoRemove Interface
|
||||
{
|
||||
ForceRemove {000214E6-0000-0000-C000-000000000046} = s 'IShellFolder'
|
||||
|
@ -21,5 +22,4 @@ HKCR
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ HKCR
|
|||
MayChangeDefaultMenu = s ''
|
||||
}
|
||||
}
|
||||
}
|
||||
NoRemove Interface
|
||||
{
|
||||
ForceRemove {000214EE-0000-0000-C000-000000000046} = s 'IShellLinkA'
|
||||
|
@ -40,5 +41,4 @@ HKCR
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ HKCR
|
|||
}
|
||||
val AppID = s '{0010890E-8789-413C-ADBC-48F5B511B3AF}'
|
||||
}
|
||||
}
|
||||
NoRemove Interface
|
||||
{
|
||||
ForceRemove {7307055C-B24A-486B-9F25-163E597A28A9} = s 'IQueryContinue'
|
||||
|
@ -39,5 +40,4 @@ HKCR
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue