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