In GetDiskFreeSpace:
authorRein Klazes <wijn@wanadoo.nl>
Thu, 20 Oct 2005 11:36:40 +0000 (11:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Oct 2005 11:36:40 +0000 (11:36 +0000)
commit551ef36517f0b0cd0c0428f67bf29dfa98fb7e79
treeb45da5f45657aa2efcd7f8d9cb349907c712d285
parent4a38fb2b1070a9021e75755898d55090b333afdc
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.
dlls/kernel/tests/drive.c
dlls/kernel/volume.c