20 Oct
2005
20 Oct
'05
11:36 a.m.
ChangeSet ID: 20750 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/10/20 06:36:40 Modified files: dlls/kernel/tests: drive.c dlls/kernel : volume.c Log message: Rein Klazes <wijn(a)wanadoo.nl> In GetDiskFreeSpace: - only cap the total size and available size to 2GB in Win3.x thru WinME; - in that case adjust number of clusters to be less then 65536 by increasing the cluster size; - add corresponding tests. Patch: http://cvs.winehq.org/patch.py?id=20750 Old revision New revision Changes Path 1.6 1.7 +17 -0 wine/dlls/kernel/tests/drive.c 1.32 1.33 +14 -5 wine/dlls/kernel/volume.c