ChangeSet ID: 7636
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/24 18:36:16
Modified files:
tools/winebuild: relay.c
scheduler : sysdeps.c
dlls/ntdll : signal_i386.c
Log message:
Store %gs in the TEB on every call to 16-bit code, and don't restore
it from the TEB for signals that did not happen in 16-bit code.
Patch: http://cvs.winehq.com/patch.py?id=7636
Old revision New revision Changes Path
1.24 1.25 +6 -1 wine/tools/winebuild/relay.c
1.58 1.59 +0 -1 wine/scheduler/sysdeps.c
1.55 1.56 +35 -23 wine/dlls/ntdll/signal_i386.c
ChangeSet ID: 7635
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/24 18:34:30
Modified files:
dlls/commdlg : filedlg95.c
Log message:
Maxime Bellengé <maxime.bellenge(a)laposte.net>
Fix how the size of the dialog is computed and the child component
placed.
In case the help button and the readonly check box are hidden, perform
the resizing before calling the hook procedure.
Patch: http://cvs.winehq.com/patch.py?id=7635
Old revision New revision Changes Path
1.90 1.91 +81 -57 wine/dlls/commdlg/filedlg95.c