[SHLWAPI] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73290
This commit is contained in:
Amine Khaldi 2016-11-17 23:06:15 +00:00
parent 0b209bd3b4
commit 7c6c0e06c6
2 changed files with 3 additions and 3 deletions

View file

@ -1488,7 +1488,7 @@ HRESULT WINAPI StrRetToBufA (LPSTRRET src, const ITEMIDLIST *pidl, LPSTR dest, U
default:
FIXME("unknown type!\n");
return FALSE;
return E_NOTIMPL;
}
return S_OK;
}
@ -1538,7 +1538,7 @@ HRESULT WINAPI StrRetToBufW (LPSTRRET src, const ITEMIDLIST *pidl, LPWSTR dest,
default:
FIXME("unknown type!\n");
return FALSE;
return E_NOTIMPL;
}
return S_OK;
}

View file

@ -174,7 +174,7 @@ reactos/dll/win32/shdoclc # Synced to WineStaging-1.9.11
reactos/dll/win32/shdocvw # Synced to WineStaging-1.9.11
reactos/dll/win32/shell32 # Forked at Wine-20071011
reactos/dll/win32/shfolder # Synced to WineStaging-1.9.11
reactos/dll/win32/shlwapi # Synced to WineStaging-1.9.16
reactos/dll/win32/shlwapi # Synced to WineStaging-1.9.23
reactos/dll/win32/slbcsp # Synced to WineStaging-1.9.11
reactos/dll/win32/snmpapi # Synced to WineStaging-1.9.11
reactos/dll/win32/softpub # Synced to WineStaging-1.9.11