try4 [2/3] kernel32: Fix GetVolumeInformation[AW] to require trailing \

Guy Albertelli galberte at neo.rr.com
Tue Apr 14 23:17:54 CDT 2009


MSDN and test verify the valid "root dirs" for GetVolumeInformation[AW]
must end in trailing '\' and if not then return ERROR_INVALID_NAME

Changelog
  - Return correct error if GetVolumeInformation[AW] "root dir" does not end with '\'
---
 dlls/kernel32/volume.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: a864316c24fcb2dc3e19760c75612fa6143b1711.diff
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090415/bf19f77a/attachment.bin>


More information about the wine-patches mailing list