ChangeSet ID: 21292
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/11/16 05:21:41
Modified files:
dlls/wininet/tests: http.c
dlls/wininet : internet.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Improve callback to give context sensitive information about the
different statuses and print the thread ID that it was called from.
- Replace the busy waiting on the "goon" flag with an event.
- Replace hard coded numbers with more informative constants
throughout the InternetReadFile test.
- Add tests for InternetReadFileExA.
- Fix the error value from calling InternetReadFile with a NULL handle
as indicated by the test.
Patch: http://cvs.winehq.org/patch.py?id=21292
Old revision New revision Changes Path
1.30 1.31 +261 -54 wine/dlls/wininet/tests/http.c
1.141 1.142 +1 -1 wine/dlls/wininet/internet.c