ChangeSet ID: 7084
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 18:29:31
Modified files:
include : winuser.h
dlls/user/tests: generated.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Changed MONITORINFOEXA,W definition to the one in MSDN which does not
cause gcc 3.3 warnings.
Patch: http://cvs.winehq.com/patch.py?id=7084
Old revision New revision Changes Path
1.157 1.158 +10 -18 wine/include/winuser.h
1.7 1.8 +0 -8 wine/dlls/user/tests/generated.c
ChangeSet ID: 7080
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 17:36:22
Modified files:
documentation : testing.sgml authors.ent
Log message:
Francois Gouget <fgouget(a)free.fr>
Provide very much needed recommendations on how to write good error
messages.
It is now possible to use windows.h in conformance tests.
Adding myself to the authors list.
Patch: http://cvs.winehq.com/patch.py?id=7080
Old revision New revision Changes Path
1.4 1.5 +82 -12 wine/documentation/testing.sgml
1.5 1.6 +3 -0 wine/documentation/authors.ent
ChangeSet ID: 7079
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 17:30:22
Modified files:
dlls/user/tests: sysparams.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Check for sysparams keys in either the Win9x or NT locations. This
makes the test succeed on Win9x and NT4 platforms.
Add a 'strict' mode which specifically makes sure that the NT location
is set. In strict mode the test succeeds on Windows XP and Wine.
Patch: http://cvs.winehq.com/patch.py?id=7079
Old revision New revision Changes Path
1.12 1.13 +72 -23 wine/dlls/user/tests/sysparams.c
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