try5 [2/4](resend) kernel32: Fix GetVolumeInformation[AW] to require trailing \

Guy Albertelli galberte at neo.rr.com
Tue Apr 28 20:08:22 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/tests/volume.c |    1 -
 dlls/kernel32/volume.c       |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 62338537918ccea1c08350a29d8e390531509552.diff
Type: text/x-patch
Size: 1050 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090428/766188e5/attachment.bin>


More information about the wine-patches mailing list