mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Work around problems on Solaris if config.h is not included.
This commit is contained in:
parent
e27670eac5
commit
45d4f295d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user