Subj : src/xpdev/sockwrap.h To : Git commit to main/sbbs/master From : Deucе Date : Sat Feb 19 2022 09:46 pm https://gitlab.synchro.net/main/sbbs/-/commit/1d7b980540f0254306140e61 Modified Files: src/xpdev/sockwrap.h Log Message: Add socket_ioctl_ptr_t For Win32, this is actually the pointer type an ioctl() third argument needs to be. For other OSs, this is basically what an FIONBIO third argument needs to be... there's really no restruction at all on what arguments after the second to ioctl() need to be. .