Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
157a647c
Commit
157a647c
authored
Mar 22, 2016
by
Austin English
Committed by
Alexandre Julliard
Mar 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mgmtapi: Add SnmpMgrTrapListen stub.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9fd90749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
mgmtapi.c
dlls/mgmtapi/mgmtapi.c
+7
-0
mgmtapi.spec
dlls/mgmtapi/mgmtapi.spec
+1
-1
No files found.
dlls/mgmtapi/mgmtapi.c
View file @
157a647c
...
...
@@ -37,3 +37,10 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
}
return
TRUE
;
}
BOOL
WINAPI
SnmpMgrTrapListen
(
HANDLE
*
available
)
{
FIXME
(
"stub: %p
\n
"
,
available
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/mgmtapi/mgmtapi.spec
View file @
157a647c
...
...
@@ -6,4 +6,4 @@
@ stub SnmpMgrOpen
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ st
ub SnmpMgrTrapListen
@ st
dcall SnmpMgrTrapListen(ptr)
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