Module: wine Branch: master Commit: 76ce82374e81fce1cc5cad8bd728f33b965706f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=76ce82374e81fce1cc5cad8bd7...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jan 12 12:31:54 2007 +0100
urlmon: Added mk protocol stub implementation.
---
dlls/urlmon/Makefile.in | 1 + dlls/urlmon/mk.c | 205 ++++++++++++++++++++++++++++++++++++++++++ dlls/urlmon/tests/protocol.c | 32 +++++++ dlls/urlmon/urlmon_main.c | 4 + dlls/urlmon/urlmon_main.h | 1 + 5 files changed, 243 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=76ce82374e81fce1cc5cad...