ChangeSet ID: 7904
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/18 21:47:56
Modified files:
misc : version.c
Log message:
Vincent Béron <vberon(a)mecano.gme.usherb.ca>
Change the version of win2k to SP3.
Change the version of XP to SP1.
Modify values of XP according to a post by Philipp Wollermann.
Patch: http://cvs.winehq.com/patch.py?id=7904
Old revision New revision Changes Path
1.66 1.67 +4 -4 wine/misc/version.c
ChangeSet ID: 7902
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/18 21:47:08
Modified files:
files : dos_fs.c
Log message:
Michal Janusz Miroslaw <M.Miroslaw(a)elka.pw.edu.pl>
On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
not a directory.
Patch: http://cvs.winehq.com/patch.py?id=7902
Old revision New revision Changes Path
1.130 1.131 +6 -1 wine/files/dos_fs.c