Module: wine Branch: master Commit: e89386a59ea4c2a39e2ca9a9b185712883542893 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e89386a59ea4c2a39e2ca9a9b1...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Feb 5 09:53:39 2009 +0100
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the Hungarian notation.
---
dlls/user32/tests/class.c | 14 ++++------ dlls/user32/tests/dde.c | 2 +- dlls/user32/tests/listbox.c | 8 +++--- dlls/user32/tests/menu.c | 16 ++++++------ dlls/user32/tests/msg.c | 56 ++++++++++++++++++++----------------------- dlls/user32/tests/win.c | 30 +++++++++++----------- 6 files changed, 60 insertions(+), 66 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e89386a59ea4c2a39e2ca9...