avicap32: Add "stub" to the FIXME in a no yet implemented function.

Michael Stefaniuc mstefani at redhat.de
Thu Feb 23 08:14:06 CST 2012


---
Reported by pescik on irc http://fpaste.org/Pz7c/


 dlls/avicap32/avicap32_main.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/avicap32/avicap32_main.c b/dlls/avicap32/avicap32_main.c
index 7ee7b63..445656c 100644
--- a/dlls/avicap32/avicap32_main.c
+++ b/dlls/avicap32/avicap32_main.c
@@ -64,9 +64,8 @@ HWND VFWAPI capCreateCaptureWindowW(LPCWSTR lpszWindowName, DWORD dwStyle, INT x
                                     INT y, INT nWidth, INT nHeight, HWND hWnd,
                                     INT nID)
 {
-    FIXME("%s, %08x, %08x, %08x, %08x, %08x, %p, %08x\n",
-           debugstr_w(lpszWindowName), dwStyle,
-           x, y, nWidth, nHeight, hWnd, nID);
+    FIXME("(%s, %08x, %08x, %08x, %08x, %08x, %p, %08x): stub\n",
+           debugstr_w(lpszWindowName), dwStyle, x, y, nWidth, nHeight, hWnd, nID);
     return 0;
 }
 
-- 
1.7.6.5



More information about the wine-patches mailing list