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
653c1d76
Commit
653c1d76
authored
Dec 09, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 09, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add the missing inaddr.h and in6addr.h include directives.
parent
6fa0bda5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
3 deletions
+10
-3
icmp.c
dlls/iphlpapi/icmp.c
+2
-0
ifenum.h
dlls/iphlpapi/ifenum.h
+1
-1
ipexport.h
include/ipexport.h
+3
-0
mprapi.h
include/mprapi.h
+1
-1
ras.h
include/ras.h
+2
-0
ws2def.h
include/ws2def.h
+1
-1
No files found.
dlls/iphlpapi/icmp.c
View file @
653c1d76
...
...
@@ -63,6 +63,8 @@
# include <sys/poll.h>
#endif
#define USE_WS_PREFIX
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/iphlpapi/ifenum.h
View file @
653c1d76
...
...
@@ -37,8 +37,8 @@
#include "windef.h"
#include "winbase.h"
#include "iprtrmib.h"
#define USE_WS_PREFIX
#include "iprtrmib.h"
#include "winsock2.h"
#define MAX_INTERFACE_PHYSADDR 8
...
...
include/ipexport.h
View file @
653c1d76
...
...
@@ -21,6 +21,9 @@
#ifndef __WINE_IPEXPORT_H
#define __WINE_IPEXPORT_H
#include <in6addr.h>
#include <inaddr.h>
typedef
ULONG
IPAddr
;
typedef
ULONG
IPMask
;
typedef
ULONG
IP_STATUS
;
...
...
include/mprapi.h
View file @
653c1d76
...
...
@@ -21,7 +21,7 @@
#include <lmcons.h>
#include <ras.h>
/* FIXME: #include <in6addr.h> */
#include <in6addr.h>
#define MAX_DEVICE_NAME 128
#define MAX_DEVICETYPE_NAME 16
...
...
include/ras.h
View file @
653c1d76
...
...
@@ -25,6 +25,8 @@
extern
"C"
{
#endif
#include <pshpack4.h>
#include <inaddr.h>
#include <in6addr.h>
#define RAS_MaxCallbackNumber RAS_MaxPhoneNumber
#define RAS_MaxDeviceName 128
...
...
include/ws2def.h
View file @
653c1d76
...
...
@@ -19,7 +19,7 @@
#ifndef _WS2DEF_
#define _WS2DEF_
/* FIXME: #include <inaddr.h> */
#include <inaddr.h>
#ifdef USE_WS_PREFIX
#define WS(x) WS_##x
...
...
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