Module: wine Branch: master Commit: c84ce2c72c2fb4ab08ed447f74fa6cf122b9c34c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c84ce2c72c2fb4ab08ed447f74...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 1 14:27:12 2011 +0200
qmgrprxy: Specify the PSFactoryBuffer class in the idl file.
---
dlls/qmgrprxy/qmgrprxy.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dlls/qmgrprxy/qmgrprxy.idl b/dlls/qmgrprxy/qmgrprxy.idl index e1bdce1..369301a 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; }