mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[DWMAPI] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69955
This commit is contained in:
parent
679dd0e40b
commit
f9c3a4da2d
3 changed files with 11 additions and 2 deletions
|
@ -42,4 +42,4 @@
|
|||
@ stub DwmSetPresentParameters
|
||||
@ stdcall DwmSetWindowAttribute(long long ptr long)
|
||||
@ stdcall DwmUnregisterThumbnail(long)
|
||||
@ stub DwmUpdateThumbnailProperties
|
||||
@ stdcall DwmUpdateThumbnailProperties(ptr ptr)
|
||||
|
|
|
@ -256,3 +256,12 @@ HRESULT WINAPI DwmDetachMilContent(HWND hwnd)
|
|||
FIXME("(%p) stub\n", hwnd);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
* DwmUpdateThumbnailProperties (DWMAPI.@)
|
||||
*/
|
||||
HRESULT WINAPI DwmUpdateThumbnailProperties(HTHUMBNAIL thumbnail, const DWM_THUMBNAIL_PROPERTIES *props)
|
||||
{
|
||||
FIXME("(%p, %p) stub\n", thumbnail, props);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ reactos/dll/win32/cryptnet # Synced to WineStaging-1.7.47
|
|||
reactos/dll/win32/cryptui # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/dbghelp # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/dciman32 # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/dwmapi # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/dwmapi # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/faultrep # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/fltlib # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/fusion # Synced to WineStaging-1.7.47
|
||||
|
|
Loading…
Reference in a new issue