ChangeSet ID: 101830586072962436739272
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 17:44:20
Modified files:
dlls/comctl32 : status.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
- get rid of parent handle from info struct
- store hwnd in info struct, do not pass it around
- use unicode functions wherever possible
- consistent indentation
- bugs in Unicode handling fixed
- fix handling of error conditions
- fix initialization bugs, etc.
- complete tooltip support
- typesafety
- update the FIXME list to the latest specs
Patch: http://cvs.winehq.com/patch.py?id=101830586072962436739272
Revision Changes Path
1.40 +361 -485 wine/dlls/comctl32/status.c
ChangeSet ID: 1018297071010183478546427
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 15:17:51
Modified files:
programs/winetest: make_cygwin_makefiles
Log message:
Geoffrey Hausheer <i134rth8d9s(a)phracturedblue.com>
Added comments explaing how to use cygwin/mingw/wine headers.
Added 'clean' and 'distclean'
Added new options -s and -i.
Archives will now include the entire './include' directory instead of
just './include/wine'.
Renamed makefile from Makefile.cyg to Makefile.win.
The makefile is now mingw compatible as well (although it's be better
if we could detect the correct location of the windows.h headers).
Patch: http://cvs.winehq.com/patch.py?id=1018297071010183478546427
Revision Changes Path
1.2 +87 -30 wine/programs/winetest/make_cygwin_makefiles