ChangeSet ID: 98382241749500982509926
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/05 15:00:17
Modified files:
dlls/comctl32 : pager.c
Log message:
Susan Farley <susan(a)codeweavers.com>
- Background of the child wnd should be erased with the same color as
the control.
- Default scroll amount should be the minimum client area.
Patch: http://cvs.winehq.com/patch.py?id=98382241749500982509926
Revision Changes Path
1.26 +21 -12 wine/dlls/comctl32/pager.c
ChangeSet ID: 983820652933951731305569
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/05 14:30:52
Modified files:
files : file.c
Log message:
Andreas Mohr <a.mohr(a)mailto.de>
GetFileInformationByHandle() fails for pipe handles according to
MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).
Patch: http://cvs.winehq.com/patch.py?id=983820652933951731305569
Revision Changes Path
1.94 +25 -11 wine/files/file.c
ChangeSet ID: 983667968678399882279336
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/03 20:06:08
Modified files:
dlls/kernel : kernel_main.c
memory : heap.c
Log message:
We need to create the system heap at startup even though we don't use
it, since some Win95 native dlls depend on that.
Patch: http://cvs.winehq.com/patch.py?id=983667968678399882279336
Revision Changes Path
1.20 +3 -0 wine/dlls/kernel/kernel_main.c
1.47 +1 -1 wine/memory/heap.c