Re: [PATCH 1/2] include/windocdec.idl: Add interface IWICImagingFactory2
6 Jun
2017
6 Jun
'17
7:50 p.m.
+cpp_quote ("typedef interface ID2D1Device ID2D1Device;") +cpp_quote ("typedef interface ID2D1Image ID2D1Image;")
That's odd, why is this in wincodec.idl?
6 Jun
6 Jun
10:23 p.m.
New subject: [PATCH 1/2] include/windocdec.idl: Add interface IWICImagingFactory2
Hi Vincent,
+cpp_quote ("typedef interface ID2D1Device ID2D1Device;") +cpp_quote ("typedef interface ID2D1Image ID2D1Image;")
That's odd, why is this in wincodec.idl?
These two interfaces aren't declared in any IDL, so they need to be forward declared. They are a requirement for the IWICImagingFactory2 and IWICImageEncoder interfaces. Best Regards Alistair Leslie-Hughes
3113
Age (days ago)
3113
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Vincent Povirk