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