ChangeSet ID: 14872
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/15 04:51:51
Modified files:
libs/wine : mmap.c
. : README
Log message:
Gerald Pfeifer <gerald(a)pfeifer.com>
Make us work on FreeBSD again by working around their different mmap()
implementation.
Patch: http://cvs.winehq.org/patch.py?id=14872
Old revision New revision Changes Path
1.8 1.9 +5 -0 wine/libs/wine/mmap.c
1.47 1.48 +2 -4 wine/README
ChangeSet ID: 14870
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/15 04:50:01
Modified files:
dlls/shlwapi/tests: shreg.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Use the A version of calls when passing ASCII strings.
Patch: http://cvs.winehq.org/patch.py?id=14870
Old revision New revision Changes Path
1.18 1.19 +2 -2 wine/dlls/shlwapi/tests/shreg.c
ChangeSet ID: 14866
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/15 04:47:23
Modified files:
server : process.c
dlls/kernel : console.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
A starting process must obey the STARTF_USESTDHANDLES flag and use the
standard io handles from the StartupInfo structure, even if it is
starting a new console.
Patch: http://cvs.winehq.org/patch.py?id=14866
Old revision New revision Changes Path
1.117 1.118 +9 -14 wine/server/process.c
1.36 1.37 +23 -16 wine/dlls/kernel/console.c