Module: wine Branch: master Commit: 05f248e968c40374886251565bde57fe30f5f01e URL: http://source.winehq.org/git/wine.git/?a=commit;h=05f248e968c40374886251565b...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Oct 15 16:53:38 2013 +0200
crypt32: Pass contexts as context_t to CONTEXT_FUNCS->delete.
---
dlls/crypt32/collectionstore.c | 27 ++++++++++++++----------- dlls/crypt32/context.c | 3 +- dlls/crypt32/crypt32_private.h | 6 +--- dlls/crypt32/ctl.c | 3 +- dlls/crypt32/provstore.c | 20 +++++++++--------- dlls/crypt32/store.c | 42 +++++++++++++++++---------------------- 6 files changed, 48 insertions(+), 53 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=05f248e968c40374886251...