https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f0decc760819fafbba232f71372dffe462211f53
commit f0decc760819fafbba232f71372dffe462211f53 Author: winesync <[email protected]> AuthorDate: Sun Mar 13 01:34:03 2022 +0100 Commit: Mark Jansen <[email protected]> CommitDate: Sun Mar 20 19:28:21 2022 +0100 [WINESYNC] msi: Remove registration for no longer used WineMsiRemoteCustomAction coclass. Signed-off-by: Zebediah Figura <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id f73fefd24c175436f3623939973b377d0822e02e by Zebediah Figura <[email protected]> --- dll/win32/msi/msiserver.idl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dll/win32/msi/msiserver.idl b/dll/win32/msi/msiserver.idl index 4eb33fe4d71..1fda4fa5583 100644 --- a/dll/win32/msi/msiserver.idl +++ b/dll/win32/msi/msiserver.idl @@ -117,11 +117,6 @@ coclass MsiPatch { } /* FIXME: unidentified class */ coclass MsiServerX3 { interface IMsiServer; } -[ - uuid(ba26e6fa-4f27-4f56-953a-3f90272018aa) -] -coclass WineMsiRemoteCustomAction { interface WineMsiRemoteCustomAction; } - [ uuid(000C1092-0000-0000-C000-000000000046), version(1.0) ] library WindowsInstaller {
