Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c248b6cf
Commit
c248b6cf
authored
Mar 22, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Apr 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fltmgr.sys: Add FltUnregisterFilter stub.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f3a2bb1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
fltmgr.sys.spec
dlls/fltmgr.sys/fltmgr.sys.spec
+1
-1
main.c
dlls/fltmgr.sys/main.c
+5
-0
No files found.
dlls/fltmgr.sys/fltmgr.sys.spec
View file @
c248b6cf
...
...
@@ -158,6 +158,6 @@
@ stub FltUninitializeFileLock
@ stub FltUninitializeOplock
@ stub FltUnloadFilter
@ st
ub FltUnregisterFilter
@ st
dcall FltUnregisterFilter(ptr)
@ stub FltUntagFile
@ stub FltWriteFile
dlls/fltmgr.sys/main.c
View file @
c248b6cf
...
...
@@ -59,3 +59,8 @@ NTSTATUS WINAPI FltStartFiltering( PFLT_FILTER filter )
return
STATUS_SUCCESS
;
}
void
WINAPI
FltUnregisterFilter
(
PFLT_FILTER
filter
)
{
FIXME
(
"(%p): stub
\n
"
,
filter
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment