You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Windows sa_family_t typedef from public header
This typedef isn't needed in maxminddb.h since sa_family_t isn't part of
this library's public API. Moreover, it can conflict with typedefs in
the headers of other libraries. Move the typedef from maxminddb.h to
maxminddb.c, where sa_family_t is used.
0 commit comments