[MGMTAPI] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71562
This commit is contained in:
Amine Khaldi 2016-06-05 19:32:00 +00:00
parent e233be3395
commit 74d48a8c13
3 changed files with 9 additions and 2 deletions

View file

@ -38,3 +38,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;
}

View file

@ -6,4 +6,4 @@
@ stub SnmpMgrOpen
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ stub SnmpMgrTrapListen
@ stdcall SnmpMgrTrapListen(ptr)

View file

@ -97,7 +97,7 @@ reactos/dll/win32/mcicda # Synced to WineStaging-1.9.4
reactos/dll/win32/mciqtz32 # Synced to WineStaging-1.9.11
reactos/dll/win32/mciseq # Synced to WineStaging-1.9.4
reactos/dll/win32/mciwave # Synced to WineStaging-1.9.4
reactos/dll/win32/mgmtapi # Synced to WineStaging-1.9.4
reactos/dll/win32/mgmtapi # Synced to WineStaging-1.9.11
reactos/dll/win32/mlang # Synced to WineStaging-1.9.4
reactos/dll/win32/mmdevapi # Synced to WineStaging-1.9.4
reactos/dll/win32/mpr # Synced to WineStaging-1.9.4