Module: wine Branch: master Commit: 131f1d20e717aacf75c5213ae2fbd0d2d880af34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=131f1d20e717aacf75c5213ae2...
Author: Juan Lang juan.lang@gmail.com Date: Thu Aug 16 10:50:33 2007 -0700
crypt32: Move provider stores to a separate file.
---
dlls/crypt32/Makefile.in | 1 + dlls/crypt32/crypt32_private.h | 6 + dlls/crypt32/provstore.c | 303 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/store.c | 276 ------------------------------------ 4 files changed, 310 insertions(+), 276 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=131f1d20e717aacf75c521...