ChangeSet ID: 6815
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:51:34
Modified files:
dlls/ole32 : bindctx.c
Log message:
Alberto Massari <alby(a)exln.com>
IBindCtx::RegisterObjectParam is supposed to replace the old value if
the key is already registered.
Patch: http://cvs.winehq.com/patch.py?id=6815
Old revision New revision Changes Path
1.17 1.18 +14 -5 wine/dlls/ole32/bindctx.c
ChangeSet ID: 6813
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:50:48
Modified files:
dlls/ntdll/tests: error.c
dlls/ntdll : error.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
Fixed the prototype of statustodoserror to make the test work on NT4.
Added alternate return values to make the test work on Win98.
Check whether RtlNtStatusToDosError ismissing to make the test work on
Win95.
Added a strict option to cause the test to only accept the standard
mapping.
Patch: http://cvs.winehq.com/patch.py?id=6813
Old revision New revision Changes Path
1.3 1.4 +105 -78 wine/dlls/ntdll/tests/error.c
1.7 1.8 +1 -1 wine/dlls/ntdll/error.c
ChangeSet ID: 6809
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:47:22
Modified files:
dlls/kernel/tests: locale.c
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Use the locale id we created instead of the system or user default,
otherwise some tests are broken on systems where things aren't
english/us.
Patch: http://cvs.winehq.com/patch.py?id=6809
Old revision New revision Changes Path
1.10 1.11 +29 -28 wine/dlls/kernel/tests/locale.c