fltlib: Add "stub" to the FIXMEs

Jong Bin, Chae chae at trunk.so
Sun Sep 2 00:18:56 CDT 2012


-------------- next part --------------
From f1069ef4a7c55010bbb452d3827051a402b2dcd8 Mon Sep 17 00:00:00 2001
From: Chae Jong Bin <chae at trunk.so>
Date: Sun, 2 Sep 2012 08:44:08 -0400
Subject: fltlib: Add "stub" to the FIXMEs

---
 dlls/fltlib/fltlib.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/fltlib/fltlib.c b/dlls/fltlib/fltlib.c
index a4a154b..8a9c4d9 100644
--- a/dlls/fltlib/fltlib.c
+++ b/dlls/fltlib/fltlib.c
@@ -65,7 +65,7 @@ HRESULT WINAPI FilterConnectCommunicationPort(LPCWSTR lpPortName, DWORD dwOption
 HRESULT WINAPI FilterFindFirst(DWORD class, LPVOID buffer, DWORD size, LPDWORD bytes_returned,
                                LPHANDLE handle)
 {
-    FIXME("%u, %p, %u, %p, %p\n", class, buffer, size, bytes_returned, handle);
+    FIXME("(%u, %p, %u, %p, %p) stub\n", class, buffer, size, bytes_returned, handle);
     return HRESULT_FROM_WIN32(ERROR_NO_MORE_ITEMS);
 }
 
@@ -74,7 +74,7 @@ HRESULT WINAPI FilterFindFirst(DWORD class, LPVOID buffer, DWORD size, LPDWORD b
  */
 HRESULT WINAPI FilterFindClose(HANDLE handle)
 {
-    FIXME("%p\n", handle);
+    FIXME("(%p) stub\n", handle);
     return S_OK;
 }
 
-- 
1.7.2.3


More information about the wine-patches mailing list