dwmapi: Silence a fixme.
This commit is contained in:
parent
6cd1076f61
commit
7d696911b2
|
@ -112,7 +112,9 @@ HRESULT WINAPI DwmFlush(void)
|
|||
*/
|
||||
HRESULT WINAPI DwmSetWindowAttribute(HWND hwnd, DWORD attributenum, LPCVOID attribute, DWORD size)
|
||||
{
|
||||
FIXME("(%p, %x, %p, %x) stub\n", hwnd, attributenum, attribute, size);
|
||||
static BOOL once;
|
||||
|
||||
if (!once++) FIXME("(%p, %x, %p, %x) stub\n", hwnd, attributenum, attribute, size);
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue