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
accb42f3
Commit
accb42f3
authored
Sep 14, 2010
by
Juan Lang
Committed by
Alexandre Julliard
Sep 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move IF_OPER_STATUS to ifdef.h.
parent
53db1245
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
ifdef.h
include/ifdef.h
+10
-0
iptypes.h
include/iptypes.h
+1
-10
No files found.
include/ifdef.h
View file @
accb42f3
...
...
@@ -179,4 +179,14 @@ typedef enum _IF_ADMINISTRATIVE_STATE {
IF_ADMINISTRATIVE_STATE_DEMANDDIAL
=
2
}
IF_ADMINISTRATIVE_STATE
,
*
PIF_ADMINISTRATIVE_STATE
;
typedef
enum
{
IfOperStatusUp
=
1
,
IfOperStatusDown
,
IfOperStatusTesting
,
IfOperStatusUnknown
,
IfOperStatusDormant
,
IfOperStatusNotPresent
,
IfOperStatusLowerLayerDown
}
IF_OPER_STATUS
;
#endif
/* WINE_IFDEF_H*/
include/iptypes.h
View file @
accb42f3
...
...
@@ -20,6 +20,7 @@
#define WINE_IPTYPES_H_
#include <time.h>
#include <ifdef.h>
#define MAX_ADAPTER_DESCRIPTION_LENGTH 128
#define MAX_ADAPTER_NAME_LENGTH 256
...
...
@@ -104,16 +105,6 @@ typedef enum {
}
IP_SUFFIX_ORIGIN
;
typedef
enum
{
IfOperStatusUp
=
1
,
IfOperStatusDown
,
IfOperStatusTesting
,
IfOperStatusUnknown
,
IfOperStatusDormant
,
IfOperStatusNotPresent
,
IfOperStatusLowerLayerDown
}
IF_OPER_STATUS
;
typedef
enum
{
IpDadStateInvalid
=
0
,
IpDadStateTentative
,
IpDadStateDuplicate
,
...
...
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