ChangeSet ID: 7305
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/24 14:38:25
Modified files:
tools : winegcc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Link in shell32 only in gui mode.
Add all the standard defines that MinGW provides (with the exception
of __MINGW__, that's MinGW prerogative).
Do not pass along linker options when only compiling.
Patch: http://cvs.winehq.com/patch.py?id=7305
Old revision New revision Changes Path
1.10 1.11 +24 -3 wine/tools/winegcc.c
ChangeSet ID: 7297
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/19 17:27:01
Modified files:
dlls/winedos : vga.c int10.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Ignore get shadow buffer function.
Remember to synchronize VGA display on program exit because update
thread may not have time to run.
Patch: http://cvs.winehq.com/patch.py?id=7297
Old revision New revision Changes Path
1.31 1.32 +21 -0 wine/dlls/winedos/vga.c
1.27 1.28 +5 -0 wine/dlls/winedos/int10.c