Module: wine Branch: refs/heads/master Commit: 91b80fc8e2ab6684351f220e22f1c19a80a14b49 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=91b80fc8e2ab6684351f220e...
Author: Juan Lang juan_lang@yahoo.com Date: Thu Mar 9 19:06:42 2006 -0800
crypt32: Move context properties to a separate file.
---
dlls/crypt32/Makefile.in | 1 dlls/crypt32/crypt32_private.h | 27 ++++ dlls/crypt32/proplist.c | 215 ++++++++++++++++++++++++++++++++++++ dlls/crypt32/store.c | 242 ++++++---------------------------------- 4 files changed, 279 insertions(+), 206 deletions(-) create mode 100644 dlls/crypt32/proplist.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=91b80fc8e2ab6684351f...