ChangeSet ID: 7077
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 17:28:50
Modified files:
dlls/winmm/tests: wave.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Make sure we always know about the 48 and 96kHz formats even if they
are not defined in the (old) Windows headers.
Patch: http://cvs.winehq.com/patch.py?id=7077
Old revision New revision Changes Path
1.7 1.8 +11 -2 wine/dlls/winmm/tests/wave.c
ChangeSet ID: 7072
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 17:25:14
Modified files:
windows : sysparams.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Extend the code to set both the Win9x and the NT registry keys. Only
the NT keys are authoritative (i.e. we set the Win9x keys but don't
re-read them).
Patch: http://cvs.winehq.com/patch.py?id=7072
Old revision New revision Changes Path
1.47 1.48 +28 -12 wine/windows/sysparams.c