mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[OLEACC] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67202
This commit is contained in:
parent
15d91d11e5
commit
7b4184bd06
2 changed files with 5 additions and 3 deletions
|
@ -210,10 +210,12 @@ HRESULT WINAPI ObjectFromLresult( LRESULT result, REFIID riid, WPARAM wParam, vo
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
|
|
||||||
data = GlobalAlloc(GMEM_FIXED, size);
|
data = GlobalAlloc(GMEM_FIXED, size);
|
||||||
|
if(!data) {
|
||||||
|
UnmapViewOfFile(view);
|
||||||
|
return E_OUTOFMEMORY;
|
||||||
|
}
|
||||||
memcpy(data, view, size);
|
memcpy(data, view, size);
|
||||||
UnmapViewOfFile(view);
|
UnmapViewOfFile(view);
|
||||||
if(!data)
|
|
||||||
return E_OUTOFMEMORY;
|
|
||||||
|
|
||||||
hr = CreateStreamOnHGlobal(data, TRUE, &stream);
|
hr = CreateStreamOnHGlobal(data, TRUE, &stream);
|
||||||
if(FAILED(hr)) {
|
if(FAILED(hr)) {
|
||||||
|
|
|
@ -146,7 +146,7 @@ reactos/dll/win32/objsel # Synced to Wine-1.7.27
|
||||||
reactos/dll/win32/odbc32 # Synced to WineStaging-1.7.37. Depends on port of Linux ODBC.
|
reactos/dll/win32/odbc32 # Synced to WineStaging-1.7.37. Depends on port of Linux ODBC.
|
||||||
reactos/dll/win32/odbccp32 # Synced to WineStaging-1.7.37
|
reactos/dll/win32/odbccp32 # Synced to WineStaging-1.7.37
|
||||||
reactos/dll/win32/ole32 # Synced to WineStaging-1.7.37
|
reactos/dll/win32/ole32 # Synced to WineStaging-1.7.37
|
||||||
reactos/dll/win32/oleacc # Synced to Wine-1.7.27
|
reactos/dll/win32/oleacc # Synced to WineStaging-1.7.37
|
||||||
reactos/dll/win32/oleaut32 # Synced to Wine-1.7.27
|
reactos/dll/win32/oleaut32 # Synced to Wine-1.7.27
|
||||||
reactos/dll/win32/olecli32 # Synced to Wine-1.7.27
|
reactos/dll/win32/olecli32 # Synced to Wine-1.7.27
|
||||||
reactos/dll/win32/oledlg # Synced to Wine-1.7.27
|
reactos/dll/win32/oledlg # Synced to Wine-1.7.27
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue