mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
#ifdef HAVE_WINSOCK_H
|
||||
# include <winsock.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue