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