mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[SHLWAPI] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73290
This commit is contained in:
parent
0b209bd3b4
commit
7c6c0e06c6
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue