ChangeSet ID: 12262
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/04 20:00:54
Modified files:
dlls/winmm : lolvldrv.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Taking into account wavemap and midimap there can be up to 8 output
drivers. So increase the size of the MMDrvs array accordingly.
Skip already loaded drivers before complaining (asserting) that they
don't fit in the MMDrvs array.
Patch: http://cvs.winehq.org/patch.py?id=12262
Old revision New revision Changes Path
1.55 1.56 +8 -6 wine/dlls/winmm/lolvldrv.c
ChangeSet ID: 12258
CVSROOT: /opt/cvs-commit
Module name: tools
Changes by: jnewman(a)wine.codeweavers.com 2004/05/04 10:23:20
Modified files:
winetest : service.cgi
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Add support for multiple releases per build per publisher.
Keep track of client's execution history, to figure out
what to instruct the client to execute next.
Don't use the cookies on the client side at all, use builds ids.
Cleanups and simplifications.
Patch: http://cvs.winehq.org/patch.py?id=12258
Old revision New revision Changes Path
1.14 1.15 +182 -258 tools/winetest/service.cgi