Module: wine Branch: refs/heads/master Commit: f224b34e60fe33559b8c535c18d81a0e1446cf2c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f224b34e60fe33559b8c535c...
Author: Juan Lang juan_lang@yahoo.com Date: Mon May 15 17:01:28 2006 -0700
crypt32: Split the unwieldy encode.c into two files.
---
dlls/crypt32/Makefile.in | 1 dlls/crypt32/crypt32_private.h | 11 dlls/crypt32/decode.c | 3075 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/encode.c | 3047 ---------------------------------------- 4 files changed, 3094 insertions(+), 3040 deletions(-) create mode 100644 dlls/crypt32/decode.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=f224b34e60fe33559b8c...