shell32: implement SHGetFolderPathAndSubDirA/W [try2][resend]

Alexandre Julliard julliard at winehq.org
Fri Apr 18 06:44:42 CDT 2008


Stefan Leichter <Stefan.Leichter at camline.com> writes:

> @@ -1758,7 +1836,7 @@
>       */
>      if (!(nFolder & CSIDL_FLAG_CREATE))
>      {
> -        hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
> +        hr = HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND);
>          goto end;

Why is it using a different error code here?  Do you have a test case
for this?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list