iphlpapi: Fix Solaris build error due to ERR redefinition.

oldstable
Thomas Kho 2009-02-26 02:56:39 -08:00 committed by Alexandre Julliard
parent 53bd36ebe3
commit 3a649b9072
1 changed files with 2 additions and 1 deletions

View File

@ -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