From: Amine Khaldi Date: Sun, 19 Jul 2015 13:14:56 +0000 (+0000) Subject: [FLTLIB] Sync with Wine Staging 1.7.47. CORE-9924 X-Git-Tag: ReactOS-0.4.0~1588 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e5a146feafa23ecf4b1e29cb79a6fd617e88fef0 [FLTLIB] Sync with Wine Staging 1.7.47. CORE-9924 svn path=/trunk/; revision=68428 --- diff --git a/reactos/dll/win32/fltlib/fltlib.c b/reactos/dll/win32/fltlib/fltlib.c index 50f46accf53..b968c2b25bc 100644 --- a/reactos/dll/win32/fltlib/fltlib.c +++ b/reactos/dll/win32/fltlib/fltlib.c @@ -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; diff --git a/reactos/dll/win32/fltlib/fltlib.spec b/reactos/dll/win32/fltlib/fltlib.spec index 91e803be009..226a61519d1 100644 --- a/reactos/dll/win32/fltlib/fltlib.spec +++ b/reactos/dll/win32/fltlib/fltlib.spec @@ -16,7 +16,7 @@ @ stub FilterInstanceFindFirst @ stub FilterInstanceFindNext @ stub FilterInstanceGetInformation -@ stub FilterLoad +@ stdcall FilterLoad(wstr) @ stub FilterReplyMessage @ stub FilterSendMessage @ stdcall FilterUnload(wstr) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 4a9132d2369..a8116380f62 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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