17 Aug
2007
17 Aug
'07
6:30 a.m.
Module: wine Branch: master Commit: 71dffcee843fc26f98ed36ed8e38ae2aba2cb1f6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71dffcee843fc26f98ed36ed8e... Author: Juan Lang <juan.lang(a)gmail.com> Date: Thu Aug 16 10:54:52 2007 -0700 crypt32: Move file store to a separate file. --- dlls/crypt32/Makefile.in | 1 + dlls/crypt32/crypt32_private.h | 6 + dlls/crypt32/filestore.c | 270 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/store.c | 244 ------------------------------------ 4 files changed, 277 insertions(+), 244 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=71dffcee843fc26f98ed36...