[SHELL32] Fix COM registration of IShellFolder, IShellLinkA/W, IQueryContinue and IUserNotification classes.

This commit is contained in:
Hermès Bélusca-Maïto 2018-02-16 23:30:09 +01:00
parent 6061c78e91
commit 175e78e50f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 38 additions and 38 deletions

View file

@ -9,6 +9,7 @@ HKCR
val ThreadingModel = s 'Apartment' val ThreadingModel = s 'Apartment'
} }
} }
}
NoRemove Interface NoRemove Interface
{ {
ForceRemove {000214E6-0000-0000-C000-000000000046} = s 'IShellFolder' ForceRemove {000214E6-0000-0000-C000-000000000046} = s 'IShellFolder'
@ -21,5 +22,4 @@ HKCR
} }
} }
} }
}
} }

View file

@ -19,6 +19,7 @@ HKCR
MayChangeDefaultMenu = s '' MayChangeDefaultMenu = s ''
} }
} }
}
NoRemove Interface NoRemove Interface
{ {
ForceRemove {000214EE-0000-0000-C000-000000000046} = s 'IShellLinkA' ForceRemove {000214EE-0000-0000-C000-000000000046} = s 'IShellLinkA'
@ -40,5 +41,4 @@ HKCR
} }
} }
} }
}
} }

View file

@ -18,6 +18,7 @@ HKCR
} }
val AppID = s '{0010890E-8789-413C-ADBC-48F5B511B3AF}' val AppID = s '{0010890E-8789-413C-ADBC-48F5B511B3AF}'
} }
}
NoRemove Interface NoRemove Interface
{ {
ForceRemove {7307055C-B24A-486B-9F25-163E597A28A9} = s 'IQueryContinue' ForceRemove {7307055C-B24A-486B-9F25-163E597A28A9} = s 'IQueryContinue'
@ -39,5 +40,4 @@ HKCR
} }
} }
} }
}
} }