20 Sep
2006
20 Sep
'06
11:33 a.m.
Module: wine Branch: master Commit: ef860912a20bcaf2dab480c8fa9866a99c1854d7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ef860912a20bcaf2dab480c8... Author: Paul Vriens <Paul.Vriens(a)xs4all.nl> Date: Thu Sep 14 16:11:25 2006 +0200 crypt32: Move SIP related functions to their own file. --- dlls/crypt32/Makefile.in | 1 dlls/crypt32/main.c | 273 ----------------------------------------- dlls/crypt32/sip.c | 307 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 308 insertions(+), 273 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=ef860912a20bcaf2dab4...