ChangeSet ID: 6819
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:54:24
Modified files:
dlls/comctl32 : animate.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a
previously opened AVI clip when there isn't one.
Patch: http://cvs.winehq.com/patch.py?id=6819
Old revision New revision Changes Path
1.44 1.45 +2 -1 wine/dlls/comctl32/animate.c
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