[pkg-wine-party] [wine] 76/335: mgmtapi: Add SnmpMgrTrapListen stub.

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Apr 1 23:27:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 157a647c4606f7bfb8816234a0f9d00de2c34dd1
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Mar 22 17:42:45 2016 -0500

    mgmtapi: Add SnmpMgrTrapListen stub.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 dlls/mgmtapi/mgmtapi.c    | 7 +++++++
 dlls/mgmtapi/mgmtapi.spec | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/dlls/mgmtapi/mgmtapi.c b/dlls/mgmtapi/mgmtapi.c
index fd6cdf9..06c540a 100644
--- a/dlls/mgmtapi/mgmtapi.c
+++ b/dlls/mgmtapi/mgmtapi.c
@@ -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;
+}
diff --git a/dlls/mgmtapi/mgmtapi.spec b/dlls/mgmtapi/mgmtapi.spec
index a052d73..e675e2d 100644
--- a/dlls/mgmtapi/mgmtapi.spec
+++ b/dlls/mgmtapi/mgmtapi.spec
@@ -6,4 +6,4 @@
 @ stub SnmpMgrOpen
 @ stub SnmpMgrRequest
 @ stub SnmpMgrStrToOid
-@ stub SnmpMgrTrapListen
+@ stdcall SnmpMgrTrapListen(ptr)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list