Re: try5 [1/4](resend) kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-29 Thread Paul Vriens
Guy Albertelli wrote: On Wed, 2009-04-29 at 18:42 +0200, Paul Vriens wrote: Guy Albertelli wrote: Fixed memory leak and changed skip to win_skip in this patch. Add todo_wine as necessary so all tests pass. Changelog: - Enhance QueryDosDevice test for attempting to return all devices

Re: try5 [1/4](resend) kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-29 Thread Paul Vriens
Paul Vriens wrote: Guy Albertelli wrote: Fixed memory leak and changed skip to win_skip in this patch. Add todo_wine as necessary so all tests pass. Changelog: - Enhance QueryDosDevice test for attempting to return all devices. - Add tests for GetVolumeInformationA testing the different

Re: try5 [1/4](resend) kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-29 Thread Guy Albertelli
On Wed, 2009-04-29 at 18:42 +0200, Paul Vriens wrote: > Guy Albertelli wrote: > > Fixed memory leak and changed skip to win_skip in this patch. > > Add todo_wine as necessary so all tests pass. > > > > Changelog: > > - Enhance QueryDosDevice test for

Re: try5 [1/4](resend) kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-29 Thread Paul Vriens
Guy Albertelli wrote: Fixed memory leak and changed skip to win_skip in this patch. Add todo_wine as necessary so all tests pass. Changelog: - Enhance QueryDosDevice test for attempting to return all devices. - Add tests for GetVolumeInformationA testing the different root dir formats

Re: try4 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-15 Thread Guy Albertelli
On Wed, 2009-04-15 at 08:18 +0200, Paul Vriens wrote: > Guy Albertelli wrote: > > Fixed memory leak and changed skip to win_skip in this patch. > > > > Changelog: > > - Enhance QueryDosDevice test for attempting to return all devices. > > - Add tests for

Re: try4 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-14 Thread Paul Vriens
Guy Albertelli wrote: Fixed memory leak and changed skip to win_skip in this patch. Changelog: - Enhance QueryDosDevice test for attempting to return all devices. - Add tests for GetVolumeInformationA testing the different root dir formats. --- dlls/kernel32/tests/volume.c | 137

Re: try3 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-14 Thread Paul Vriens
Guy Albertelli wrote: Enhance QueryDosDevice test for attempting to return all devices. Add tests for GetVolumeInformationA testing the different root dir formats. --- dlls/kernel32/tests/volume.c | 132 +- 1 files changed, 129 insertions(+), 3 deletions

Re: try2 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-10 Thread Guy Albertelli
On Fri, 2009-04-10 at 08:31 +0200, Paul Vriens wrote: > Guy Albertelli wrote: > > Enhance QueryDosDevice test for attempting to return all devices. > > Add tests for GetVolumeInformationA testing the different root dir formats. > > --- > > dlls/ker

Re: try2 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-09 Thread Paul Vriens
Guy Albertelli wrote: Enhance QueryDosDevice test for attempting to return all devices. Add tests for GetVolumeInformationA testing the different root dir formats. --- dlls/kernel32/tests/volume.c | 134 +- 1 files changed, 131 insertions(+), 3 deletions

re: QueryDosDevice

2008-10-22 Thread Dan Kegel
Tomasz Salacinski wrote: > I was trying to find a solution for bug 5351... Are you trying to fix it, or just work around it? "winetricks volnum" works around it just fine. > I need to have Visual Studio on Linux (otherwise I will have > to install Windows), and I can try to fix the problem. I can

QueryDosDevice

2008-10-22 Thread Tomasz Salacinski
using function QueryDosDeviceW to query dos devices on the system and looks for device with either "harddisk" or "ramdisk" in its name. Because it fails, installation cannot proceed. It checks drives like this: QueryDosDevice for C:\ returns "\\drive_c" <-- no hardd