Module: wine Branch: master Commit: fa0b7b7d3dfd4c3dcad1438596da9e5a7a60fff1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fa0b7b7d3dfd4c3dcad1438596...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Oct 11 16:12:06 2013 +0200
crypt32: Moved store functions to vtbl.
---
dlls/crypt32/collectionstore.c | 25 +++++++++++++------------ dlls/crypt32/crypt32_private.h | 12 +++++++++--- dlls/crypt32/provstore.c | 20 +++++++++++--------- dlls/crypt32/store.c | 37 ++++++++++++++++++++----------------- 4 files changed, 53 insertions(+), 41 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fa0b7b7d3dfd4c3dcad143...