Module: wine Branch: master Commit: b7de266082614ef3b721a4f8eeaffb222626654d URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7de266082614ef3b721a4f8ee...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Nov 5 23:00:50 2008 +0100
shell32: Remove superfluous casts; mostly of void pointers.
---
dlls/shell32/autocomplete.c | 2 +- dlls/shell32/brsfolder.c | 2 +- dlls/shell32/clipboard.c | 8 ++++---- dlls/shell32/cpanelfolder.c | 2 +- dlls/shell32/dragdrophelper.c | 2 +- dlls/shell32/enumidlist.c | 2 +- dlls/shell32/iconcache.c | 6 +++--- dlls/shell32/pidl.c | 8 ++++---- dlls/shell32/shell.c | 2 +- dlls/shell32/shellole.c | 6 +++--- dlls/shell32/shellord.c | 2 +- dlls/shell32/shellstring.c | 2 +- dlls/shell32/shfldr_fs.c | 2 +- dlls/shell32/shfldr_netplaces.c | 2 +- dlls/shell32/shfldr_unixfs.c | 6 +++--- dlls/shell32/shlmenu.c | 2 +- dlls/shell32/shlview.c | 2 +- dlls/shell32/shv_bg_cmenu.c | 2 +- dlls/shell32/tests/string.c | 2 +- 19 files changed, 31 insertions(+), 31 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b7de266082614ef3b721a4...