Hash : cccdd689 Author : Date : 2014-11-19T07:43:07
add minimal winsock->BSD networking header shims also add license header to existing shims
Download
1 2 3 4 5 6 7 8 9 10
/* * Public domain * netdb.h compatibility shim */ #ifndef _WIN32 #include_next <netdb.h> #else #include <win32netcompat.h> #endif