comctl32: Constify some variables (1 of 4)

Alexandre Julliard julliard at winehq.org
Mon Mar 26 07:36:03 CDT 2007


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list