Module: wine Branch: master Commit: b6d2aeee585bc5ac5b66b5e545718e1660689d0b URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6d2aeee585bc5ac5b66b5e545...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 1 14:27:29 2011 +0200
windowscodecs: Specify the PSFactoryBuffer class in the idl file.
---
dlls/windowscodecs/windowscodecs_wincodec.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dlls/windowscodecs/windowscodecs_wincodec.idl b/dlls/windowscodecs/windowscodecs_wincodec.idl index 7558f56..fb4dae6 100644 --- a/dlls/windowscodecs/windowscodecs_wincodec.idl +++ b/dlls/windowscodecs/windowscodecs_wincodec.idl @@ -19,6 +19,12 @@ #include "wincodec.idl"
[ + threading(both), + uuid(00000301-a8f2-4877-ba0a-fd2b6645fb94) /* IWICFormatConverter */ +] +coclass PSFactoryBuffer { interface IFactoryBuffer; } + +[ helpstring("WIC Imaging Factory"), threading(both), uuid(cacaf262-9370-4615-a13b-9f5539da4c0a)