Jaskowicz1 / rconpp

A modern Source RCON library for C++
Apache License 2.0
10 stars 0 forks source link

fix: windows now actually works #3

Closed Jaskowicz1 closed 6 months ago

Jaskowicz1 commented 6 months ago

This PR makes windows support actually work as the last PR didn't work for windows.

This PR also no longer uses inet_addr on windows as it is deprecated for Winsock.