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