ChangeSet ID: 6951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/08 13:54:19
Modified files:
server : async.c
Log message:
Grab the thread object in case the thread terminates with pending
async requests (spotted by Andreas Mohr).
Patch: http://cvs.winehq.com/patch.py?id=6951
Old revision New revision Changes Path
1.14 1.15 +2 -3 wine/server/async.c
ChangeSet ID: 6950
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/08 13:53:47
Modified files:
windows : win.c
Log message:
Duane Clark <dclark(a)akamail.com>
WS_CAPTION is a two bit field, so test appropriately.
Patch: http://cvs.winehq.com/patch.py?id=6950
Old revision New revision Changes Path
1.213 1.214 +2 -2 wine/windows/win.c
ChangeSet ID: 6946
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 17:09:54
Modified files:
include : tchar.h
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Use the standard symbol names instead of the msvcrt specific ones.
Patch: http://cvs.winehq.com/patch.py?id=6946
Old revision New revision Changes Path
1.19 1.20 +25 -25 wine/include/tchar.h