mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
4ac9b9c22f
`ioctl` and `ioctlsocket` take two different types of arguments but worked in the past due to long being 32-bit. However, ioctl functionality is non-standard and should not be used in code written after **1997** in order to make sockets non-blocking. This functionality was standardized as part of fcntl. * Using the new function `make_nonblocking` to make socket nonblocking |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
debug.h | ||
debugbreak.h | ||
lnxdebug.cpp | ||
lnxmono.cpp | ||
mono.h | ||
windebug.cpp | ||
winmono.cpp |