ChangeSet ID: 10350
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/08 15:48:39
Modified files:
. : DEVELOPERS-HINTS
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Streamline dlls/ and programs/ in terms of indentation.
Updated the programs/ (added and deleted a bunch of entries).
Added the include/{msvcrt,wine} to the list of include dirs.
Patch: http://cvs.winehq.com/patch.py?id=10350
Old revision New revision Changes Path
1.29 1.30 +154 -152 wine/DEVELOPERS-HINTS
ChangeSet ID: 10348
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/08 15:47:50
Modified files:
dlls/msacm/winemp3: interface.c common.c
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Remove an instance of exit(). We should return failure, not kill the
thread, when a bad stream is encountered.
Patch: http://cvs.winehq.com/patch.py?id=10348
Old revision New revision Changes Path
1.1 1.2 +3 -1 wine/dlls/msacm/winemp3/interface.c
1.1 1.2 +1 -1 wine/dlls/msacm/winemp3/common.c