diff -r 24f612edd078 -r 21d2e7ec99ce src/win32/libc_interface.h --- a/src/win32/libc_interface.h Tue Apr 08 14:31:19 2003 +0000 +++ b/src/win32/libc_interface.h Tue Apr 08 18:36:50 2003 +0000 @@ -44,6 +44,10 @@ #define gethostbyname( name ) \ wgaim_gethostbyname( ## name ## ) +/* netinet/in.h */ +#define ntohl( netlong ) \ +(unsigned int)ntohl( ## netlong ## ) + /* string.h */ extern char* wgaim_strerror( int errornum ); #define hstrerror( herror ) \