commit | c46a88a3c9d45dc29245fc186da825aacc81e141 | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Fri Nov 07 00:56:07 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 07 11:00:16 2008 +0100 |
tree | e7abab04812029460102d68c430f7b6c62f2085e | |
parent | 305c96527680e79ac5841c39e232ab1b388500d3 [diff] [blame] |
comctl32: Remove superfluous casts that crept in as well as some older ones.
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index a3a0fb1..b97a5e5 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c
@@ -932,7 +932,7 @@ DeleteDC (hdcDst); } ReleaseDC (NULL, hdcScreen); - GlobalFree ((HGLOBAL)lpBitmapInfo); + GlobalFree (lpBitmapInfo); FreeResource (hglb); return hbm;