From d428dd348f7d8b6823b8e28dd6194fb1f0af7d6f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 1 Aug 2011 14:26:26 +0200 Subject: [PATCH] dispex: Specify the PSFactoryBuffer class in the idl file. --- dlls/dispex/disp_ex.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/dispex/disp_ex.idl b/dlls/dispex/disp_ex.idl index 2db98ff9403..4008a7a04cc 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; } -- 2.11.4.GIT