mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[TCPIP_DRVTEST] Temporarily fix build.
svn path=/trunk/; revision=66072
This commit is contained in:
parent
6113b2f585
commit
f30e744a14
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
#include <iptypes.h>
|
||||
#include <winsock.h>
|
||||
|
||||
/* FIXME */
|
||||
#define AT_MIB_ADDRXLAT_INFO_ID 1
|
||||
#define AT_MIB_ADDRXLAT_ENTRY_ID 0x101
|
||||
|
||||
/* Route info */
|
||||
typedef struct IPRouteEntry {
|
||||
unsigned long ire_dest;
|
||||
|
|
Loading…
Reference in a new issue