[DWMAPI]
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 22 Apr 2014 15:28:25 +0000 (15:28 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 22 Apr 2014 15:28:25 +0000 (15:28 +0000)
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62887

reactos/dll/win32/dwmapi/dwmapi_main.c
reactos/media/doc/README.WINE

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;
 }
index d2d1335..14840c1 100644 (file)
@@ -71,7 +71,7 @@ reactos/dll/win32/cryptnet         # Synced to Wine-1.7.17
 reactos/dll/win32/cryptui          # Synced to Wine-1.7.1
 reactos/dll/win32/dbghelp          # Synced to Wine-1.7.1
 reactos/dll/win32/dciman32         # Synced to Wine-1.7.1
-reactos/dll/win32/dwmapi           # Synced to Wine-1.7.1
+reactos/dll/win32/dwmapi           # Synced to Wine-1.7.17
 reactos/dll/win32/faultrep         # Synced to Wine-1.7.1
 reactos/dll/win32/fusion           # Synced to Wine-1.7.1
 reactos/dll/win32/gdiplus          # Synced to Wine-1.7.1