[DWMAPI] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69955
This commit is contained in:
Amine Khaldi 2015-11-20 10:37:54 +00:00
parent 679dd0e40b
commit f9c3a4da2d
3 changed files with 11 additions and 2 deletions

View file

@ -42,4 +42,4 @@
@ stub DwmSetPresentParameters
@ stdcall DwmSetWindowAttribute(long long ptr long)
@ stdcall DwmUnregisterThumbnail(long)
@ stub DwmUpdateThumbnailProperties
@ stdcall DwmUpdateThumbnailProperties(ptr ptr)

View file

@ -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;
}

View file

@ -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