ChangeSet ID: 10259041290227596222694082
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/05 16:22:09
Modified files:
dlls/x11drv : wineclipsrv.c
include : winnt.h
include/wine : debug.h
msdos : int2f.c
Log message:
Gregg Mattinson <gm138242(a)scot.canada.sun.com>
- Forte C does not support nameless structures or unions
- Implemented __builtin_return_address for Forte C on sparc
- Implemented DECL_GLOBAL_CONSTRUCTOR for non-386, non-GNU C
- Implemented WINE_DPRINTF to have function name with Forte C
Patch: http://cvs.winehq.com/patch.py?id=10259041290227596222694082
Revision Changes Path
1.4 +4 -0 wine/dlls/x11drv/wineclipsrv.c
1.113 +25 -3 wine/include/winnt.h
1.5 +15 -2 wine/include/wine/debug.h
1.44 +1 -1 wine/msdos/int2f.c
ChangeSet ID: 1025903921878146414020197
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/07/05 16:18:41
Modified files:
programs : winelauncher.in
Log message:
Andreas Mohr <andi(a)rhlx01.fht-esslingen.de>
- make sure even GUI users notice a "missing xmessage" problem by
checking for tons of X11 editors
- replace duplicated (3x) code with function launch_winesetup()
- improved "winesetup not found" error message
- break looping (via code 127) in case no xmessage installed
- stress the fact that people should remember that they can regain certain
settings by deleting flag files
- spelling fixes
Patch: http://cvs.winehq.com/patch.py?id=1025903921878146414020197
Revision Changes Path
1.2 +76 -52 wine/programs/winelauncher.in