ChangeSet ID: 9104
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/25 18:48:30
Modified files:
tools/winebuild: relay.c
memory : instr.c
dlls/kernel : wowthunk.c
Log message:
Moved selector fixup for the relay code to the callto16 exception
handler.
Make sure to only use pop instructions to modify segment registers in
the relay code to simplify the selector fixup.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9104
Old revision New revision Changes Path
1.27 1.28 +23 -21 wine/tools/winebuild/relay.c
1.25 1.26 +0 -12 wine/memory/instr.c
1.34 1.35 +77 -19 wine/dlls/kernel/wowthunk.c
ChangeSet ID: 9097
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/24 19:53:11
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Fix the hit test for full row select in REPORT mode (found, debugged,
and tested by Eric Pouech).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9097
Old revision New revision Changes Path
1.357 1.358 +14 -13 wine/dlls/comctl32/listview.c