diff --git a/reactos/dll/win32/qmgrprxy/CMakeLists.txt b/reactos/dll/win32/qmgrprxy/CMakeLists.txt index cb6732ce418..0ef7911bd32 100644 --- a/reactos/dll/win32/qmgrprxy/CMakeLists.txt +++ b/reactos/dll/win32/qmgrprxy/CMakeLists.txt @@ -1,7 +1,7 @@ add_definitions( -D__WINESRC__ - -DREGISTER_PROXY_DLL) + -DWINE_REGISTER_DLL) include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine) @@ -12,7 +12,7 @@ spec2def(qmgrprxy.dll qmgrprxy.spec) add_rpcproxy_files(qmgrprxy.idl) list(APPEND SOURCE - version.rc + qmgrprxy.rc ${CMAKE_CURRENT_BINARY_DIR}/qmgrprxy_i.c ${CMAKE_CURRENT_BINARY_DIR}/qmgrprxy_p.c ${CMAKE_CURRENT_BINARY_DIR}/proxy.dlldata.c diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.idl b/reactos/dll/win32/qmgrprxy/qmgrprxy.idl index e1bdce19701..369301a540a 100644 --- a/reactos/dll/win32/qmgrprxy/qmgrprxy.idl +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.idl @@ -20,3 +20,9 @@ #define DO_NO_IMPORTS #include "bits1_5.idl" + +[ + threading(both), + uuid(5ce34c0d-0dc9-4c1f-897c-daa1b78cee7c) /* IBackgroundCopyManager */ +] +coclass PSFactoryBuffer { interface IFactoryBuffer; } diff --git a/reactos/dll/win32/qmgrprxy/version.rc b/reactos/dll/win32/qmgrprxy/qmgrprxy.rc similarity index 100% rename from reactos/dll/win32/qmgrprxy/version.rc rename to reactos/dll/win32/qmgrprxy/qmgrprxy.rc diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index bb923f57357..c709a801262 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -146,8 +146,8 @@ reactos/dll/win32/powrprof # Forked at Wine-1.0rc5 reactos/dll/win32/printui # Synced to Wine-1.5.4 reactos/dll/win32/propsys # Synced to Wine-1.5.26 reactos/dll/win32/pstorec # Synced to Wine-1.5.4 -reactos/dll/win32/qmgr # Synced to Wine-1.5-26 -reactos/dll/win32/qmgrprxy # Synced to Wine-1.14? +reactos/dll/win32/qmgr # Synced to Wine-1.5.26 +reactos/dll/win32/qmgrprxy # Synced to Wine-1.5.26 reactos/dll/win32/query # Synced to Wine-1.5.19 reactos/dll/win32/rasapi32 # Synced to Wine-1.5.4 reactos/dll/win32/resutils # Synced to Wine-1.5.19