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
ChangeSet ID: 983667876946337137836963
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/03 20:04:36
Modified files:
dlls/comctl32 : listview.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
selection mark has been set, just select the current item.
In LISTVIEW_SetGroupSelection we must also set the selection mark in
that case (and only in that case).
Removed a naughty ';' (spotted by Eric Pouech).
Patch: http://cvs.winehq.com/patch.py?id=983667876946337137836963
Revision Changes Path
1.100 +15 -3 wine/dlls/comctl32/listview.c
ChangeSet ID: 983667835188134020194411
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/03 20:03:55
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
If a target has C++ sources, then use g++ to link it (fixes #162).
Removed SONAME, it's not relevant for dlls and was unused anyway.
Patch: http://cvs.winehq.com/patch.py?id=983667835188134020194411
Revision Changes Path
1.19 +13 -2 wine/tools/winemaker