ChangeSet ID: 7325
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/24 22:04:19
Modified files:
server : registry.c
Log message:
Avoid some redundant calls to time(NULL).
touch_key() must not be called in create_key.
Patch: http://cvs.winehq.com/patch.py?id=7325
Old revision New revision Changes Path
1.49 1.50 +5 -4 wine/server/registry.c
ChangeSet ID: 7319
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/24 21:57:09
Modified files:
tools : winewrap.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
No need to support -mwindows as a synonim for -mgui: it's a gcc-ism
that is handled in winegcc.
Link in GDI only in gui mode.
Patch: http://cvs.winehq.com/patch.py?id=7319
Old revision New revision Changes Path
1.11 1.12 +2 -3 wine/tools/winewrap.c