windowscodecs: Register WICImagingFactory2 interface.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2017-06-06 01:51:16 +00:00 committed by Alexandre Julliard
parent 28ea560b7a
commit cf1269a525
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ coclass PSFactoryBuffer { interface IFactoryBuffer; }
]
coclass WICImagingFactory { interface IWICImagingFactory; }
[
helpstring("WIC Imaging Factory 2"),
threading(both),
uuid(317d06e8-5f24-433d-bdf7-79ce68d8abc2)
]
coclass WICImagingFactory2 { interface IWICImagingFactory2; }
[
helpstring("WIC BMP Decoder"),
threading(both),