Module: wine Branch: refs/heads/master Commit: d2ee3872e34a86a94cc1c1ec3377a6f83991a226 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d2ee3872e34a86a94cc1c1ec...
Author: Maarten Lankhorst M.B.Lankhorst@gmail.com Date: Wed Jun 28 16:51:41 2006 +0200
cryptnet: Implement a stub cryptnet dll.
---
configure | 3 +- configure.ac | 1 + dlls/Makefile.in | 1 + dlls/cryptnet/Makefile.in | 13 ++++++++ dlls/cryptnet/cryptnet.spec | 18 ++++++++++++ dlls/cryptnet/cryptnet_main.c | 64 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 99 insertions(+), 1 deletions(-) create mode 100644 dlls/cryptnet/Makefile.in create mode 100644 dlls/cryptnet/cryptnet.spec create mode 100644 dlls/cryptnet/cryptnet_main.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d2ee3872e34a86a94cc1...