Author: tfaber Date: Sat Sep 14 23:10:27 2013 New Revision: 60123
URL: http://svn.reactos.org/svn/reactos?rev=60123&view=rev Log: [QMGRPRXY] - Add missing rgs file
Added: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs (with props) Modified: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rc
Modified: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/qmgrprxy/qmgrprxy... ============================================================================== --- trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rc [iso-8859-1] Sat Sep 14 23:10:27 2013 @@ -2,3 +2,6 @@ #define WINE_FILENAME_STR "qmgrprxy.dll"
#include <wine/wine_common_ver.rc> + +/* @makedep: qmgrprxy.rgs */ +1 WINE_REGISTRY qmgrprxy.rgs
Added: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/qmgrprxy/qmgrprxy... ============================================================================== --- trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs (added) +++ trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs [iso-8859-1] Sat Sep 14 23:10:27 2013 @@ -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' } + } + } +}
Propchange: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rgs ------------------------------------------------------------------------------ svn:eol-style = native