Commit 45d4f295 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Work around problems on Solaris if config.h is not included.

parent e27670ea
......@@ -10,6 +10,14 @@
#ifndef RC_INVOKED
#include <sys/types.h>
#ifndef __WINE__
#ifdef __svr4__
#ifndef HAVE_SYS_SOCKET_H
#define HAVE_SYS_SOCKET_H
#endif /* HAVE_SYS_SOCKET_H */
#endif /* __svr4__ */
#endif /* __WINE__ */
/* Solaris uses these macro names */
#undef FSHIFT
#undef TRANSPARENT
......
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