ChangeSet ID: 7086
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 18:36:47
Modified files:
. : configure.ac configure
Log message:
Moved the IPX check so that the sys/socket.h check has already been
done when we check for IPX headers.
Patch: http://cvs.winehq.com/patch.py?id=7086
Old revision New revision Changes Path
1.122 1.123 +38 -37 wine/configure.ac
1.391 1.392 +121 -120 wine/configure
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