Descent3/legacy
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
..
briefinglocalizer Fix rebase breakage 2024-05-24 09:13:36 -04:00
D3Launch Replace "short" with "int16_t" and fix missing headers 2024-05-23 23:49:31 -04:00
editor Fix rebase breakage 2024-05-24 09:13:36 -04:00
FontEditor Replace "short" with "int16_t" and fix missing headers 2024-05-23 23:49:31 -04:00
hogedit Fix include statements using '\' deliminator 2024-05-24 08:53:03 -04:00
hogmaker Fix include statements using '\' deliminator 2024-05-24 08:53:03 -04:00
inetfile Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
mtclient Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
musicutils Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
powerball Replace "short" with "int16_t" and fix missing headers 2024-05-23 23:49:31 -04:00
renderer Fix rebase breakage 2024-05-24 09:13:36 -04:00