Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
49b2c3fe
Commit
49b2c3fe
authored
Sep 20, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants.
Fix iprtrmib.h so it includes mprapi.h.
parent
0bf3f1d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
iprtrmib.h
include/iprtrmib.h
+1
-2
mprapi.h
include/mprapi.h
+9
-0
No files found.
include/iprtrmib.h
View file @
49b2c3fe
...
...
@@ -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
...
...
include/mprapi.h
View file @
49b2c3fe
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment