mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants.
Fix iprtrmib.h so it includes mprapi.h.
This commit is contained in:
parent
0bf3f1d9f1
commit
49b2c3fee6
|
@ -18,8 +18,7 @@
|
||||||
#ifndef WINE_IPRTRMIB_H__
|
#ifndef WINE_IPRTRMIB_H__
|
||||||
#define WINE_IPRTRMIB_H__
|
#define WINE_IPRTRMIB_H__
|
||||||
|
|
||||||
#define MAX_INTERFACE_NAME_LEN 256
|
#include <mprapi.h>
|
||||||
|
|
||||||
#include <ipifcons.h>
|
#include <ipifcons.h>
|
||||||
|
|
||||||
#define MAXLEN_IFDESCR 256
|
#define MAXLEN_IFDESCR 256
|
||||||
|
|
|
@ -23,6 +23,15 @@
|
||||||
#include <ras.h>
|
#include <ras.h>
|
||||||
/* FIXME: #include <in6addr.h> */
|
/* FIXME: #include <in6addr.h> */
|
||||||
|
|
||||||
|
#define MAX_DEVICE_NAME 128
|
||||||
|
#define MAX_DEVICETYPE_NAME 16
|
||||||
|
#define MAX_INTERFACE_NAME_LEN 256
|
||||||
|
#define MAX_MEDIA_NAME 16
|
||||||
|
#define MAX_PHONE_NUMBER_LEN 128
|
||||||
|
#define MAX_PORT_NAME 16
|
||||||
|
#define MAX_TRANSPORT_NAME_LEN 40
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue