Juan Lang : crypt32: Move certificate store functions to their own file.
Module: wine Branch: refs/heads/master Commit: 2002e227cfe46c08f0c765f7160fd58dba9d5c44 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2002e227cfe46c08f0c765f7... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Fri Feb 17 17:36:52 2006 +0100 crypt32: Move certificate store functions to their own file. --- dlls/crypt32/Makefile.in | 1 dlls/crypt32/cert.c | 3200 ---------------------------------------- dlls/crypt32/store.c | 3225 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/tests/.gitignore | 1 dlls/crypt32/tests/Makefile.in | 1 dlls/crypt32/tests/cert.c | 1395 ----------------- dlls/crypt32/tests/store.c | 1423 ++++++++++++++++++ 7 files changed, 4654 insertions(+), 4592 deletions(-) create mode 100644 dlls/crypt32/store.c create mode 100644 dlls/crypt32/tests/store.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2002e227cfe46c08f0c7...
participants (1)
-
Alexandre Julliard