Use a property for the colour dialog's information.

Mike McCormack mike at codeweavers.com
Thu Mar 9 21:20:11 CST 2006


>> -                    SetWindowLongPtrW(hDlg, DWLP_USER, 0); /* we 
>> don't need it anymore */
>> +                        SetPropW( hDlg, szColourDialogProp, lpp );

> SetPropW( hDlg, szColourDialogProp, lpp ) should be SetPropW( hDlg, 
> szColourDialogProp, NULL ).

That's what I get for writing code at 1am after a couple of beers :/  It 
probably should be RemovePropW.

Mike



More information about the wine-devel mailing list