Module: wine Branch: master Commit: 83026a71430bbc82239cc22ee99e1f812969caea URL: http://source.winehq.org/git/wine.git/?a=commit;h=83026a71430bbc82239cc22ee9...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 17 11:08:15 2013 +0200
crypt32: Use context_t in addContext.
---
dlls/crypt32/cert.c | 18 ++++++----- dlls/crypt32/collectionstore.c | 63 ++++++++++++++++++++------------------- dlls/crypt32/crypt32_private.h | 2 +- dlls/crypt32/ctl.c | 13 ++++++-- dlls/crypt32/provstore.c | 25 +++++++-------- dlls/crypt32/store.c | 44 ++++++++++++++++------------ 6 files changed, 89 insertions(+), 76 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=83026a71430bbc82239cc2...