Commit 3a649b90 authored by Thomas Kho's avatar Thomas Kho Committed by Alexandre Julliard

iphlpapi: Fix Solaris build error due to ERR redefinition.

parent 53bd36eb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment