Module: wine Branch: master Commit: 0c4a2df240b25d4f14b96e787f602b06339282e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c4a2df240b25d4f14b96e787f...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 4 12:38:51 2013 +0200
crypt32: Get rid of PWINECRYPT_CERTSTORE typedef.
---
dlls/crypt32/cert.c | 2 +- dlls/crypt32/collectionstore.c | 25 +++++++-------- dlls/crypt32/crypt32_private.h | 22 +++++++------- dlls/crypt32/ctl.c | 4 +- dlls/crypt32/filestore.c | 14 ++++---- dlls/crypt32/provstore.c | 32 ++++++++++---------- dlls/crypt32/regstore.c | 6 ++-- dlls/crypt32/rootstore.c | 4 +- dlls/crypt32/store.c | 66 ++++++++++++++++++++-------------------- 9 files changed, 87 insertions(+), 88 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0c4a2df240b25d4f14b96e...