mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
c67c0789eb
It looks like this was missing from the winsock bindings. Odin contains WSASocketW which I assume would also work for obtaining a socket, but socket() is distinct and is what I was using, so I assume others will want it too.