Jeffrey Smith (@whydoubt) commented about dlls/d2d1/device.c:
return CONTAINING_RECORD(iface, struct d2d_device, ID2D1Device1_iface);
}
-static struct d2d_device *unsafe_impl_from_ID2D1Device(ID2D1Device1 *iface); +struct d2d_device *unsafe_impl_from_ID2D1Device(ID2D1Device1 *iface);
With the same declaration being added in d2d1_private.h, is this one needed anymore?