From: Thomas Faber Date: Sat, 14 Sep 2013 23:10:27 +0000 (+0000) Subject: [QMGRPRXY] X-Git-Tag: ReactOS-0.3.16~1399 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ef0399b1ec6a4a1960fc6c501f3aecea0f7a8f41 [QMGRPRXY] - Add missing rgs file svn path=/trunk/; revision=60123 --- diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.rc b/reactos/dll/win32/qmgrprxy/qmgrprxy.rc index a2c95901d87..4610fccc645 100644 --- a/reactos/dll/win32/qmgrprxy/qmgrprxy.rc +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.rc @@ -2,3 +2,6 @@ #define WINE_FILENAME_STR "qmgrprxy.dll" #include + +/* @makedep: qmgrprxy.rgs */ +1 WINE_REGISTRY qmgrprxy.rgs diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs b/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs new file mode 100644 index 00000000000..0492aa1b543 --- /dev/null +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs @@ -0,0 +1,53 @@ +HKCR +{ + NoRemove Interface + { + '{01B7BD23-FB88-4A77-8490-5891D3E4653A}' = s 'IBackgroundCopyFile' + { + NumMethods = s 6 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{CA51E165-C365-424C-8D41-24AAA4FF3C40}' = s 'IEnumBackgroundCopyFiles' + { + NumMethods = s 8 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{19C613A0-FCB8-4F28-81AE-897C3D078F81}' = s 'IBackgroundCopyError' + { + NumMethods = s 8 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{37668D37-507E-4160-9316-26306D150B12}' = s 'IBackgroundCopyJob' + { + NumMethods = s 35 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}' = s 'IEnumBackgroundCopyJobs' + { + NumMethods = s 8 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}' = s 'IBackgroundCopyCallback' + { + NumMethods = s 6 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' = s 'IBackgroundCopyManager' + { + NumMethods = s 7 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + '{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}' = s 'IBackgroundCopyJob2' + { + NumMethods = s 43 + ProxyStubClsid32 = s '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' + } + } + NoRemove CLSID + { + '{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}' = s 'PSFactoryBuffer' + { + InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' } + } + } +}