Module: wine Branch: master Commit: 0070d8226fc1a075b1056abf7596335a654719ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=0070d8226fc1a075b1056abf75...
Author: Juan Lang juan.lang@gmail.com Date: Thu Aug 16 10:54:03 2007 -0700
crypt32: Move registry stores to a separate file.
---
dlls/crypt32/Makefile.in | 1 + dlls/crypt32/crypt32_private.h | 3 + dlls/crypt32/regstore.c | 543 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/store.c | 516 +------------------------------------- 4 files changed, 548 insertions(+), 515 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0070d8226fc1a075b1056a...