Module: wine Branch: master Commit: f07f2304b0b30e2efac70f0a4defc0999a7b583e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f07f2304b0b30e2efac70f0a4d...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Aug 26 11:03:40 2008 +0200
winhttp: Implement WinHttpSendRequest.
---
dlls/winhttp/handle.c | 2 + dlls/winhttp/main.c | 13 ---- dlls/winhttp/request.c | 142 ++++++++++++++++++++++++++++++++++++++++ dlls/winhttp/session.c | 7 ++- dlls/winhttp/tests/winhttp.c | 4 +- dlls/winhttp/winhttp_private.h | 13 ++++ 6 files changed, 165 insertions(+), 16 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f07f2304b0b30e2efac70f...