17 Aug
2007
17 Aug
'07
6:30 a.m.
Module: wine Branch: master Commit: 9f85156e23c808bc8beff9f32dbfdf2dc7280116 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f85156e23c808bc8beff9f32d... Author: Juan Lang <juan.lang(a)gmail.com> Date: Thu Aug 16 10:49:33 2007 -0700 crypt32: Move collection stores to a separate file. --- dlls/crypt32/Makefile.in | 7 +- dlls/crypt32/collectionstore.c | 481 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/crypt32_private.h | 7 + dlls/crypt32/store.c | 459 +-------------------------------------- 4 files changed, 494 insertions(+), 460 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9f85156e23c808bc8beff9...