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:
parent
28ea560b7a
commit
cf1269a525
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue