ChangeSet ID: 13307
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/16 14:49:46
Modified files:
dlls/quartz : pin.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Fixed a bug that made the connection possible whereas no suitable
media type has be found during the negotiation.
Fixed the release of the media sample in PullPin_Thread_Process.
Added and fixed a lot of traces.
Patch: http://cvs.winehq.org/patch.py?id=13307
Old revision New revision Changes Path
1.3 1.4 +49 -33 wine/dlls/quartz/pin.c
ChangeSet ID: 13305
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/16 14:48:00
Modified files:
include : ntddstor.h
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add some GUIDs from the win2k DDK that are used for USB devices.
Patch: http://cvs.winehq.org/patch.py?id=13305
Old revision New revision Changes Path
1.4 1.5 +21 -0 wine/include/ntddstor.h
ChangeSet ID: 13303
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/16 14:46:09
Modified files:
tools/winapi : winapi_test
dlls/user/tests: generated.c
dlls/shell32/tests: generated.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
Add a couple base types that winapi_test does not know how to parse.
Fix a bug so that 'signed' and 'unsigned' are recognised as valid
types.
Patch: http://cvs.winehq.org/patch.py?id=13303
Old revision New revision Changes Path
1.15 1.16 +20 -6 wine/tools/winapi/winapi_test
1.11 1.12 +4 -0 wine/dlls/user/tests/generated.c
1.5 1.6 +3 -0 wine/dlls/shell32/tests/generated.c