mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-19 18:30:46 +00:00
[net] Don't include windows.h or winsock.h directly
Including them kills the definition for CMSG_DATA.
This commit is contained in:
parent
08328f4076
commit
e36adb07ec
1 changed files with 0 additions and 6 deletions
|
@ -58,12 +58,6 @@
|
||||||
#ifdef HAVE_SYS_IOCTL_H
|
#ifdef HAVE_SYS_IOCTL_H
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_WINDOWS_H
|
|
||||||
# include <windows.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_WINSOCK_H
|
|
||||||
# include <winsock.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue