* Sync up to trunk HEAD (r62975).
[reactos.git] / dll / win32 / dwmapi / dwmapi_main.c
index bf2b6ff..7ffba90 100644 (file)
@@ -116,7 +116,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;
 }