Module: wine Branch: master Commit: c1a69ee36d4b57c08bd4c1a84e0e2bac89d709b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1a69ee36d4b57c08bd4c1a84e...
Author: Juan Lang juan.lang@gmail.com Date: Mon Jul 28 13:16:23 2008 -0700
crypt32: Move simplified message functions to their own file.
---
dlls/crypt32/Makefile.in | 1 + dlls/crypt32/message.c | 214 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/msg.c | 167 ------------------------------------ 3 files changed, 215 insertions(+), 167 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c1a69ee36d4b57c08bd4c1...