mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHLWAPI] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73290
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user