ChangeSet ID: 6828
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 13:23:48
Modified files:
tools : winegcc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Compile with WINE_UNICODE_NATIVE defined, essential for C++.
New -V option to display the version.
Do not link -lc, screws up linking, just get the default.
Patch: http://cvs.winehq.com/patch.py?id=6828
Old revision New revision Changes Path
1.1 1.2 +6 -1 wine/tools/winegcc.c
ChangeSet ID: 6819
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:54:24
Modified files:
dlls/comctl32 : animate.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a
previously opened AVI clip when there isn't one.
Patch: http://cvs.winehq.com/patch.py?id=6819
Old revision New revision Changes Path
1.44 1.45 +2 -1 wine/dlls/comctl32/animate.c