Jaskowicz1 / rconpp

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

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

Closed Jaskowicz1 closed 9 months ago

Jaskowicz1 commented 9 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.