On Monday 12 January 2009 11:50:27 Vitaliy Margolen wrote:
Markus wrote:
- V_VT(&v) = VT_BOOL; V_BOOL(&v) = get_ddraw_acceleration();
- IDxDiagContainerImpl_AddProp( pDisplayAdapterSubCont,
b3DAccelerationEnabled, &v ); + VariantClear(&v);
Why don't you use add_prop_bool()?
That was an oversight. I'll change the code in both files. Are there any other objections to the patches?
http://www.winehq.org/pipermail/wine-patches/2009-January/067437.html http://www.winehq.org/pipermail/wine-patches/2009-January/067463.html