From c84ce2c72c2fb4ab08ed447f74fa6cf122b9c34c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 1 Aug 2011 14:27:12 +0200 Subject: [PATCH] qmgrprxy: Specify the PSFactoryBuffer class in the idl file. --- dlls/qmgrprxy/qmgrprxy.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/qmgrprxy/qmgrprxy.idl b/dlls/qmgrprxy/qmgrprxy.idl index e1bdce19701..369301a540a 100644 --- a/dlls/qmgrprxy/qmgrprxy.idl +++ b/dlls/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; } -- 2.11.4.GIT