mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 15:05:54 +00:00
- Add inetmib1 to bootcd
- Add some defines to snmp.h svn path=/trunk/; revision=34132
This commit is contained in:
parent
65b1258be3
commit
312d6d1343
2 changed files with 6 additions and 0 deletions
|
@ -254,6 +254,7 @@ dll\win32\icmp\icmp.dll 1
|
|||
dll\win32\imagehlp\imagehlp.dll 1
|
||||
dll\win32\imm32\imm32.dll 1
|
||||
dll\win32\inetcomm\inetcomm.dll 1
|
||||
dll\win32\inetmib1\inetmib1.dll 1
|
||||
dll\win32\iphlpapi\iphlpapi.dll 1
|
||||
dll\win32\kernel32\kernel32.dll 1
|
||||
dll\win32\lsasrv\lsasrv.dll 1
|
||||
|
|
|
@ -135,6 +135,11 @@ extern "C" {
|
|||
#define SNMP_AUTHAPI_INVALID_MSG_TYPE 31
|
||||
#define SNMP_AUTHAPI_TRIV_AUTH_FAILED 32
|
||||
|
||||
#define DEFINE_SIZEOF(x) (sizeof(x)/sizeof((x)[0]))
|
||||
#define DEFINE_OID(x) { DEFINE_SIZEOF(x),(x) }
|
||||
#define DEFINE_NULLOID() { 0, NULL }
|
||||
#define DEFINE_NULLOCTENTS() { NULL, 0, FALSE }
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
typedef INT SNMPAPI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue