ChangeSet ID: 20919
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/28 05:42:09
Modified files:
dlls/version : install.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Correct the way that VerFindFileA checks for a file that is
exclusively locked.
Patch: http://cvs.winehq.org/patch.py?id=20919
Old revision New revision Changes Path
1.25 1.26 +5 -2 wine/dlls/version/install.c
ChangeSet ID: 20917
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/28 05:41:48
Modified files:
dlls/user/tests: msg.c
Log message:
Saulius Krasuckas <saulius.krasuckas(a)ieee.org>
Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
create a thread then.
Patch: http://cvs.winehq.org/patch.py?id=20917
Old revision New revision Changes Path
1.98 1.99 +7 -6 wine/dlls/user/tests/msg.c
ChangeSet ID: 20913
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/28 05:40:42
Modified files:
dlls/kernel/tests: console.c
Log message:
Saulius Krasuckas <saulius.krasuckas(a)ieee.org>
Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
console signal handler is set to NULL.
Patch: http://cvs.winehq.org/patch.py?id=20913
Old revision New revision Changes Path
1.10 1.11 +5 -1 wine/dlls/kernel/tests/console.c