ChangeSet ID: 18450
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/25 13:34:00
Modified files:
tools/winebuild: spec16.c
dlls/kernel : kernel16_private.h
Log message:
Remove some i386 ifdefs for 16-bit entry points since they are no
longer used by default on other platforms anyway.
Patch: http://cvs.winehq.org/patch.py?id=18450
Old revision New revision Changes Path
1.58 1.59 +6 -40 wine/tools/winebuild/spec16.c
1.8 1.9 +0 -20 wine/dlls/kernel/kernel16_private.h
ChangeSet ID: 18447
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/25 13:32:07
Modified files:
dlls/user/tests: edit.c
dlls/user : edit.c
Log message:
Michael Kaufmann <hallo(a)michael-kaufmann.ch>
- Remove the old margins from the format rectangle before adding the
new margins.
- Adjust the format rectangle and repaint the control after the
margins have been set.
- New tests.
Patch: http://cvs.winehq.org/patch.py?id=18447
Old revision New revision Changes Path
1.9 1.10 +59 -0 wine/dlls/user/tests/edit.c
1.32 1.33 +73 -39 wine/dlls/user/edit.c