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

Stefan Leichter Stefan.Leichter at camLine.com
Fri Apr 18 07:56:38 CDT 2008


Alexandre Julliard schrieb:
> 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?
> 
Of course

dlls/shell32/tests/shlfolder.c around line 1457



More information about the wine-devel mailing list