Module: wine Branch: master Commit: 2d94915f27d0ddbd16114a011c5de1d400500070 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d94915f27d0ddbd16114a011c...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Oct 23 23:51:07 2008 +0200
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
---
dlls/gdi32/bitmap.c | 8 ++++---- dlls/gdi32/brush.c | 2 +- dlls/gdi32/dib.c | 6 +++--- dlls/gdi32/enhmetafile.c | 6 +++--- dlls/gdi32/font.c | 2 +- dlls/gdi32/metafile.c | 4 ++-- dlls/gdi32/palette.c | 10 +++++----- dlls/gdi32/region.c | 30 +++++++++++++++--------------- dlls/gdi32/wing.c | 3 +-- 9 files changed, 35 insertions(+), 36 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2d94915f27d0ddbd16114a...