ChangeSet ID: 14632
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/01 09:37:27
Modified files:
dlls/kernel : thread.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Always create a suspended thread in CreateThread and resume it if
CREATE_SUSPENDED flag is not set as Windows does.
Patch: http://cvs.winehq.org/patch.py?id=14632
Old revision New revision Changes Path
1.20 1.21 +12 -1 wine/dlls/kernel/thread.c
ChangeSet ID: 14626
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/01 09:29:04
Modified files:
dlls/user : text.c
Log message:
Bill Medland <billmedland(a)mercuryspeed.com>
If the buffer is no longer static the names should reflect that.
Also minimise the use of the constant.
Patch: http://cvs.winehq.org/patch.py?id=14626
Old revision New revision Changes Path
1.50 1.51 +3 -3 wine/dlls/user/text.c