mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fixed the definition of SNMP_FUNC_TYPE.
svn path=/trunk/; revision=11146
This commit is contained in:
parent
0b03f1a2a9
commit
d12bb0393c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ typedef struct {
|
|||
|
||||
#define SNMPAPI INT
|
||||
#ifndef SNMP_FUNC_TYPE
|
||||
#define SNMP_FUNC_TYPE
|
||||
#define SNMP_FUNC_TYPE STDCALL
|
||||
#endif
|
||||
|
||||
//LPVOID SNMP_FUNC_TYPE SnmpUtilMemAlloc(UINT nBytes);
|
||||
|
|
Loading…
Reference in a new issue