Module: wine Branch: master Commit: 322bcddfa88f9221c9337340c5424040e0467a44 URL: http://source.winehq.org/git/wine.git/?a=commit;h=322bcddfa88f9221c9337340c5...
Author: Juan Lang juan.lang@gmail.com Date: Thu Oct 18 10:28:32 2007 -0700
cryptnet: Add tests for CryptGetObjectUrl.
---
.gitignore | 5 + Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 5 + dlls/cryptnet/Makefile.in | 1 + dlls/cryptnet/tests/Makefile.in | 13 ++ dlls/cryptnet/tests/cryptnet.c | 239 +++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 3 + programs/winetest/winetest.rc | 1 + 10 files changed, 273 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=322bcddfa88f9221c93373...