ChangeSet ID: 21564
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/11/30 06:01:40
Modified files:
dlls/wininet : http.c internet.c internet.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
Remove duplicated code by modifying HTTP_HttpSendRequest so that it
can be used by both HttpSendRequest and HttpSendRequestEx.
Also allow HttpSendRequestEx to be used asynchronously.
Patch: http://cvs.winehq.org/patch.py?id=21564
Old revision New revision Changes Path
1.129 1.130 +75 -95 wine/dlls/wininet/http.c
1.147 1.148 +2 -1 wine/dlls/wininet/internet.c
1.45 1.46 +4 -1 wine/dlls/wininet/internet.h