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

Austin English austinenglish at gmail.com
Wed Apr 15 10:58:37 CDT 2009


On Tue, Apr 14, 2009 at 11:17 PM, Guy Albertelli <galberte at neo.rr.com> wrote:
> 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(-)
>
>
>
>
>

Can you add a testcase for this?

-- 
-Austin



More information about the wine-devel mailing list