mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[OLEDLG] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73345
This commit is contained in:
parent
6b17088fa1
commit
2324378c5e
2 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ static BOOL UIINSERTOBJECTDLG_OnOpen(InsertObjectDlgInfo* pdlgInfo)
|
|||
WideCharToMultiByte(CP_ACP, 0, wcsFile, -1,
|
||||
pdlgInfo->lpOleUIInsertObject->lpszFile, pdlgInfo->lpOleUIInsertObject->cchFile, NULL, NULL);
|
||||
|
||||
if (ERROR_SUCCESS == (hres = GetClassFile(wcsFile, &pdlgInfo->lpOleUIInsertObject->clsid)))
|
||||
if (SUCCEEDED(hres = GetClassFile(wcsFile, &pdlgInfo->lpOleUIInsertObject->clsid)))
|
||||
{
|
||||
if (pdlgInfo->lpOleUIInsertObject->dwFlags & IOF_CREATEFILEOBJECT)
|
||||
{
|
||||
|
|
|
@ -143,7 +143,7 @@ reactos/dll/win32/ole32 # Synced to WineStaging-1.9.23
|
|||
reactos/dll/win32/oleacc # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/oleaut32 # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/olecli32 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/oledlg # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/oledlg # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/olepro32 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/olesvr32 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/olethk32 # Synced to WineStaging-1.9.11
|
||||
|
|
Loading…
Reference in a new issue