[FLTLIB] Sync with Wine Staging 1.7.47. CORE-9924
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jul 2015 13:14:56 +0000 (13:14 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jul 2015 13:14:56 +0000 (13:14 +0000)
svn path=/trunk/; revision=68428

reactos/dll/win32/fltlib/fltlib.c
reactos/dll/win32/fltlib/fltlib.spec
reactos/media/doc/README.WINE

index 50f46ac..b968c2b 100644 (file)
@@ -78,14 +78,23 @@ HRESULT WINAPI FilterFindClose(HANDLE handle)
     return S_OK;
 }
 
+/**********************************************************************
+ *      FilterLoad              (FLTLIB.@)
+ */
+HRESULT WINAPI FilterLoad(LPCWSTR filtername)
+{
+    FIXME("(%s) stub\n", debugstr_w(filtername));
+    return HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED);
+}
+
 /**********************************************************************
  *      FilterUnload            (FLTLIB.@)
  */
-HRESULT WINAPI FilterUnload(LPCWSTR lpFilterName)
+HRESULT WINAPI FilterUnload(LPCWSTR filtername)
 {
-    FIXME("(%s) stub\n", debugstr_w(lpFilterName));
+    FIXME("(%s) stub\n", debugstr_w(filtername));
 
-    if (!lpFilterName)
+    if (!filtername)
         return HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER);
 
     return S_OK;
index 91e803b..226a615 100644 (file)
@@ -16,7 +16,7 @@
 @ stub FilterInstanceFindFirst
 @ stub FilterInstanceFindNext
 @ stub FilterInstanceGetInformation
-@ stub FilterLoad
+@ stdcall FilterLoad(wstr)
 @ stub FilterReplyMessage
 @ stub FilterSendMessage
 @ stdcall FilterUnload(wstr)
index 4a9132d..a811638 100644 (file)
@@ -68,7 +68,7 @@ reactos/dll/win32/dbghelp             # Synced to WineStaging-1.7.37
 reactos/dll/win32/dciman32            # Synced to WineStaging-1.7.37
 reactos/dll/win32/dwmapi              # Synced to WineStaging-1.7.37
 reactos/dll/win32/faultrep            # Synced to WineStaging-1.7.37
-reactos/dll/win32/fltlib              # Synced to WineStaging-1.7.37
+reactos/dll/win32/fltlib              # Synced to WineStaging-1.7.47
 reactos/dll/win32/fusion              # Synced to WineStaging-1.7.37
 reactos/dll/win32/gdiplus             # Synced to WineStaging-1.7.37
 reactos/dll/win32/hhctrl.ocx          # Synced to WineStaging-1.7.37