comctl32: Constify some variables (1 of 4)

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Mar 26 12:38:58 CDT 2007


Alexandre Julliard wrote:

> Andrew Talbot <Andrew.Talbot at talbotville.com> writes:
> 
>> +++ b/dlls/comctl32/draglist.c       2007-03-24 10:29:36.000000000 +0000
>> @@ -91,7 +91,7 @@
>>  }
>>  
>>  /* cleans up after dragging */
>> -static void DragList_EndDrag(HWND hwnd, DRAGLISTDATA * data)
>> +static void DragList_EndDrag(HWND hwnd, DRAGLISTDATA const *data)
> 
> Please use 'const DRAGLISTDATA *' instead, it's more standard and will
> avoid some confusion.
> 

OK, I shall resubmit in the more-common style.

-- Andy.





More information about the wine-devel mailing list