Hi,
While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=7217
Your paranoid android.
=== W98SE (32 bit file) === No test summary line found
You should take that info from the volume (as it's done now in GetVolumeInformation) instead of hard-coded invalid values.
I guess you're right, I wasn't aware of the fact that GetVolumeInformation already does such a job.
I'm guessing some of that kernel32 functionality will need to be moved to ntdll.
yes, i had a quick look at GetVolumeInformation , seems to me it'll be quite a massive change. maybe someone more familiar with GetVolumeInformation code is more suitable to do this job