user32/tests: Remove superfluous pointer casts.
authorMichael Stefaniuc <mstefani@redhat.de>
Thu, 5 Feb 2009 08:53:39 +0000 (09:53 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Feb 2009 12:15:32 +0000 (13:15 +0100)
commite89386a59ea4c2a39e2ca9a9b185712883542893
tree35661f99f0598674c50b709f3c951a4e42cb3950
parent15229de500687dc9596d81f8fd189ce842a390f8
user32/tests: Remove superfluous pointer casts.

The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
dlls/user32/tests/class.c
dlls/user32/tests/dde.c
dlls/user32/tests/listbox.c
dlls/user32/tests/menu.c
dlls/user32/tests/msg.c
dlls/user32/tests/win.c