Commit 49b2c3fe authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants.

Fix iprtrmib.h so it includes mprapi.h.
parent 0bf3f1d9
......@@ -18,8 +18,7 @@
#ifndef WINE_IPRTRMIB_H__
#define WINE_IPRTRMIB_H__
#define MAX_INTERFACE_NAME_LEN 256
#include <mprapi.h>
#include <ipifcons.h>
#define MAXLEN_IFDESCR 256
......
......@@ -23,6 +23,15 @@
#include <ras.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
extern "C" {
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment