Jaskowicz1 / rconpp

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

fix: added support for changing between unicode and ascii #4

Closed Jaskowicz1 closed 11 months ago

Jaskowicz1 commented 11 months ago

This PR fixes an issue where a project using ASCII would throw errors due to InetPton changing parameter types if the project was UNICODE or not.