Module: wine Branch: master Commit: 903585162daaf3d1a20a89ebb3fe605156bf2b52 URL: http://source.winehq.org/git/wine.git/?a=commit;h=903585162daaf3d1a20a89ebb3...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Jan 28 10:25:22 2009 +0100
crypt32: Remove remaining superfluous pointer casts.
---
dlls/crypt32/filestore.c | 26 ++++++++-------- dlls/crypt32/msg.c | 73 +++++++++++++++++++++------------------------ dlls/crypt32/object.c | 26 ++++++++-------- dlls/crypt32/oid.c | 22 +++++++------- dlls/crypt32/provstore.c | 10 +++--- dlls/crypt32/regstore.c | 16 +++++----- dlls/crypt32/serialize.c | 10 +++--- dlls/crypt32/store.c | 56 +++++++++++++++++------------------ 8 files changed, 116 insertions(+), 123 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=903585162daaf3d1a20a89...