openspy / openspy-core

132 stars 21 forks source link

Fixed openspy.h definition link error for windows #10

Open shefben opened 1 year ago

shefben commented 1 year ago

Fixed the definition of size in const char inet_ntop(int af, const void src, char *dst, socklen_t size); from size_t to socklen_t

This allowed everything else to compile without linker errors related to inet_ntop using visual studio 2022