Module: wine Branch: master Commit: 4b85e8b542e086fda6ae0a284cd58721f973d7bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b85e8b542e086fda6ae0a284c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 1 14:27:23 2011 +0200
sti: Specify the PSFactoryBuffer class in the idl file.
---
dlls/sti/sti_wia.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dlls/sti/sti_wia.idl b/dlls/sti/sti_wia.idl index 798438e..f7744a1 100644 --- a/dlls/sti/sti_wia.idl +++ b/dlls/sti/sti_wia.idl @@ -20,6 +20,12 @@
[ threading(both), + uuid(4db1ad10-3391-11d2-9a33-00c04fa36145) /* IWiaItem */ +] +coclass PSFactoryBuffer { interface IFactoryBuffer; } + +[ + threading(both), uuid(b323f8e0-2e68-11d0-90ea-00aa0060f86c) ] coclass StillImage { interface IStillImageW; }