ChangeSet ID: 16932
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/30 04:31:33
Modified files:
dlls/kernel : ne_module.c
Log message:
Better handling of 16-bit native dlls when a 32-bit builtin with the
same name exists; should help with the 16-bit cards.dll issue.
Replace some magic error numbers by the corresponding names.
Patch: http://cvs.winehq.org/patch.py?id=16932
Old revision New revision Changes Path
1.30 1.31 +31 -31 wine/dlls/kernel/ne_module.c
ChangeSet ID: 16931
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/30 04:28:58
Modified files:
include : win.h
dlls/x11drv : x11drv.spec dce.c
dlls/user/tests: dce.c
dlls/user : user_private.h painting.c
Log message:
Only reset the clip region in GetDC() if a new region is specified.
Don't release the clip region for window DCs in ReleaseDC(), except
when called from EndPaint().
Added a bunch of tests.
Patch: http://cvs.winehq.org/patch.py?id=16931
Old revision New revision Changes Path
1.98 1.99 +0 -3 wine/include/win.h
1.64 1.65 +1 -1 wine/dlls/x11drv/x11drv.spec
1.3 1.4 +34 -37 wine/dlls/x11drv/dce.c
1.1 1.2 +211 -0 wine/dlls/user/tests/dce.c
1.7 1.8 +1 -1 wine/dlls/user/user_private.h
1.24 1.25 +3 -4 wine/dlls/user/painting.c