gvanem / Watt-32

Watt-32 TCP/IP library and samples.
https://www.watt-32.net/
18 stars 8 forks source link

Change `ioctlsocket()` argument to `void*` #81

Closed jwt27 closed 1 year ago

jwt27 commented 1 year ago

Eliminates the need to do explicit (char*) casts, so the syntax is similar to ioctl() with varargs. Should be fully backwards compatible.

Not strictly necessary, but it will tidy things up a bit. Let me know what you think.

gvanem commented 1 year ago

LGTM. Merging & thanks.