Bruno Jesus <00cp...@gmail.com> writes:

> @@ -1813,6 +1821,8 @@ BOOL WINAPI GetVolumePathNameW(LPCWSTR filename, LPWSTR 
> volumepathname, DWORD bu
>          volumepathname[3] = 0;
>          return TRUE;
>      }
> +
> +    SetLastError(ERROR_FILENAME_EXCED_RANGE);
>      return FALSE;

This doesn't really make sense as a general error.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to