mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[SNMPAPI_WINETEST]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=63076
This commit is contained in:
parent
ac2575d193
commit
ce405bc753
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ static INT (WINAPI *pSnmpUtilOctetsNCmp)(AsnOctetString*, AsnOctetString*, UINT
|
|||
|
||||
static void InitFunctionPtrs(void)
|
||||
{
|
||||
HMODULE hSnmpapi = GetModuleHandle("snmpapi.dll");
|
||||
HMODULE hSnmpapi = GetModuleHandleA("snmpapi.dll");
|
||||
|
||||
#define SNMPAPI_GET_PROC(func) \
|
||||
p ## func = (void*)GetProcAddress(hSnmpapi, #func); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue