Alexandre Julliard : dispex: Specify the PSFactoryBuffer class in the idl file.
Module: wine Branch: master Commit: d428dd348f7d8b6823b8e28dd6194fb1f0af7d6f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d428dd348f7d8b6823b8e28dd6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Aug 1 14:26:26 2011 +0200 dispex: Specify the PSFactoryBuffer class in the idl file. --- dlls/dispex/disp_ex.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dlls/dispex/disp_ex.idl b/dlls/dispex/disp_ex.idl index 2db98ff..4008a7a 100644 --- a/dlls/dispex/disp_ex.idl +++ b/dlls/dispex/disp_ex.idl @@ -1 +1,7 @@ #include "dispex.idl" + +[ + threading(both), + uuid(10e2414a-ec59-49d2-bc51-5add2c36febc) /* IDispatchEx */ +] +coclass PSFactoryBuffer { interface IFactoryBuffer; }
participants (1)
-
Alexandre Julliard