26 Jul
2006
26 Jul
'06
9:22 a.m.
Module: wine Branch: refs/heads/master Commit: 6e23b4a25dd57a54dda8486aa1e88b4765404945 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6e23b4a25dd57a54dda8486a... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Tue Jul 25 16:29:50 2006 -0700 crypt32: Implement file stores. --- dlls/crypt32/crypt32_private.h | 8 + dlls/crypt32/serialize.c | 336 ++++++++++++++++++++++++++++++-------- dlls/crypt32/store.c | 245 +++++++++++++++++++++++++-- dlls/crypt32/tests/store.c | 357 ++++++++++++++++++++++++++++++++++++++++ include/wincrypt.h | 9 + 5 files changed, 866 insertions(+), 89 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6e23b4a25dd57a54dda8...