iphlpapi: Fix Solaris build error due to ERR redefinition.
This commit is contained in:
parent
53bd36ebe3
commit
3a649b9072
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
@ -124,6 +123,8 @@
|
|||
#include "ifenum.h"
|
||||
#include "ipstats.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#ifndef HAVE_NETINET_TCP_FSM_H
|
||||
#define TCPS_ESTABLISHED 1
|
||||
#define TCPS_SYN_SENT 2
|
||||
|
|
Loading…
Reference in New Issue