Module: wine Branch: master Commit: a3f8fd71e1f75d75beb5630328b97621f2734fbb URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3f8fd71e1f75d75beb5630328...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Feb 9 09:45:52 2009 +0100
oleaut32: Remove superfluous pointer casts.
---
dlls/oleaut32/connpt.c | 8 ++++---- dlls/oleaut32/dispatch.c | 2 +- dlls/oleaut32/oleaut.c | 4 ++-- dlls/oleaut32/olefont.c | 18 +++++++++--------- dlls/oleaut32/olepicture.c | 16 ++++++++-------- dlls/oleaut32/recinfo.c | 2 +- dlls/oleaut32/safearray.c | 36 ++++++++++++++++++------------------ dlls/oleaut32/tests/safearray.c | 2 +- dlls/oleaut32/tmarshal.c | 12 ++++++------ dlls/oleaut32/typelib.c | 9 ++++----- dlls/oleaut32/ungif.c | 16 ++++++++-------- dlls/oleaut32/usrmarshal.c | 12 ++++++------ dlls/oleaut32/varformat.c | 2 +- 13 files changed, 69 insertions(+), 70 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a3f8fd71e1f75d75beb563...