Descent3/ddebug
GravisZro 4ac9b9c22f Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix)
`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
2024-05-24 18:24:40 -04:00
..
CMakeLists.txt Move debug functions to own module 2024-04-30 02:19:20 +03:00
debug.h Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
debugbreak.h
lnxdebug.cpp Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
lnxmono.cpp Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
mono.h Replace "unsigned short" with "uint16_t" 2024-05-23 23:03:29 -04:00
windebug.cpp Fix rebase breakage 2024-05-24 09:13:36 -04:00
winmono.cpp Fix include statements using '\' deliminator 2024-05-24 08:53:03 -04:00