Module: wine Branch: master Commit: e1797a73675db1e5ebec0aa5f5d1feee599ba502 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e1797a73675db1e5ebec0aa5f5...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Jan 11 00:15:27 2009 +0100
crypt32/tests: Remove some superfluous pointer casts.
There is no need to cast the pointers passed to the penultimate argument of the CryptDecodeObjectEx and CryptEncodeObjectEx functions as those expect void pointers.
---
dlls/crypt32/tests/cert.c | 2 +- dlls/crypt32/tests/encode.c | 578 +++++++++++++++++++++---------------------- 2 files changed, 281 insertions(+), 299 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e1797a73675db1e5ebec0a...