Module: wine Branch: master Commit: 4fc84eaf5a90cfb9f3b25519e35aac507686aadf URL: http://source.winehq.org/git/wine.git/?a=commit;h=4fc84eaf5a90cfb9f3b25519e3... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Sat Oct 25 23:39:12 2008 +0200 user32: HGDIOBJ is interchangeable with other handle types; no casts are needed. --- dlls/user32/button.c | 4 +- dlls/user32/static.c | 2 +- dlls/user32/tests/class.c | 2 +- dlls/user32/tests/msg.c | 2 +- dlls/user32/tests/static.c | 2 +- dlls/user32/text.c | 8 +++--- dlls/user32/uitools.c | 62 ++++++++++++++++++++++---------------------- 7 files changed, 41 insertions(+), 41 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4fc84eaf5a90cfb9f3b255...