ChangeSet ID: 6725
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/18 14:51:48
Modified files:
dlls/kernel/tests: path.c
Log message:
Francois Gouget <fgouget(a)free.fr>
All filenames containing a ":" are invalid on Win9x and 2000 but are
valid on NT4 -> remove these tests.
Patch: http://cvs.winehq.com/patch.py?id=6725
Old revision New revision Changes Path
1.12 1.13 +0 -8 wine/dlls/kernel/tests/path.c
ChangeSet ID: 6724
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/18 14:51:33
Modified files:
dlls/kernel/tests: process.c
Log message:
Francois Gouget <fgouget(a)free.fr>
#ifdef-out decodeW since it is not used yet.
Fix the lpDesktop and lpTitle checks on NT platforms.
Patch: http://cvs.winehq.com/patch.py?id=6724
Old revision New revision Changes Path
1.6 1.7 +11 -5 wine/dlls/kernel/tests/process.c
ChangeSet ID: 6717
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/18 14:17:51
Modified files:
dlls/crtdll : crtdll_main.c Makefile.in
Log message:
Made crtdll a normal user of msvcrt by setting the right include
path.
Patch: http://cvs.winehq.com/patch.py?id=6717
Old revision New revision Changes Path
1.48 1.49 +5 -6 wine/dlls/crtdll/crtdll_main.c
1.16 1.17 +1 -0 wine/dlls/crtdll/Makefile.in
ChangeSet ID: 6713
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 23:03:51
Modified files:
server : registry.c
Log message:
Bill Medland <medbi01(a)accpac.com>
If a .reg function is accessed through a symlink then write directly
to the file rather than replacing it with a temp file. This preserves
ownership and permissions.
Patch: http://cvs.winehq.com/patch.py?id=6713
Old revision New revision Changes Path
1.45 1.46 +7 -5 wine/server/registry.c
ChangeSet ID: 6708
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 20:22:12
Modified files:
tools/winapi : msvcmaker
Log message:
Francois Gouget <fgouget(a)free.fr>
The link command specifies which version of the C library to link with
(see /M[TD]d? option). So we must not explicitly link with
'msvcrt.lib'. Fixes the msvcrt test crashes.
Patch: http://cvs.winehq.com/patch.py?id=6708
Old revision New revision Changes Path
1.8 1.9 +1 -1 wine/tools/winapi/msvcmaker
ChangeSet ID: 6704
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 15:05:16
Modified files:
tools/widl : header.c
include : unknwn.h
Log message:
Fix the type of the This pointer in the vtbl functions inherited from
the base class.
Patch: http://cvs.winehq.com/patch.py?id=6704
Old revision New revision Changes Path
1.10 1.11 +4 -4 wine/tools/widl/header.c
1.7 1.8 +3 -3 wine/include/unknwn.h
ChangeSet ID: 6702
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 15:01:01
Modified files:
server : hook.c
Log message:
Alberto Massari <alby(a)exln.com>
The handler for the server message get_next_hook was returning the
module name of the current hook, instead of the next one.
Patch: http://cvs.winehq.com/patch.py?id=6702
Old revision New revision Changes Path
1.3 1.4 +1 -1 wine/server/hook.c