ChangeSet ID: 12977
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/19 15:09:20
Modified files:
dlls/wininet : internet.h http.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the
actual headers received, not just reconstituting them from processed
data.
Patch: http://cvs.winehq.org/patch.py?id=12977
Old revision New revision Changes Path
1.25 1.26 +1 -0 wine/dlls/wininet/internet.h
1.68 1.69 +139 -138 wine/dlls/wininet/http.c
ChangeSet ID: 12975
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/19 15:08:24
Modified files:
dlls/winmm/tests: wave.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Fix the check_position() test: on Windows waveOutGetPosition() returns
the number of samples played plus one (also one extra sample for the
byte count).
Patch: http://cvs.winehq.org/patch.py?id=12975
Old revision New revision Changes Path
1.30 1.31 +4 -4 wine/dlls/winmm/tests/wave.c
ChangeSet ID: 12972
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/19 15:05:54
Modified files:
programs/msiexec: msiexec.c
Log message:
Vincent Béron <vberon(a)mecano.gme.usherb.ca>
Cleanup of the properties last space removal, since it can be used not
only with Install.
Patch: http://cvs.winehq.org/patch.py?id=12972
Old revision New revision Changes Path
1.1 1.2 +11 -10 wine/programs/msiexec/msiexec.c