diff src/win32/libc_interface.h @ 5084:a96653493416

[gaim-migrate @ 5439] Fixed warnings (win32) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 08 Apr 2003 18:36:50 +0000
parents 86037d6bf80f
children bac62d8d386f
line wrap: on
line diff
--- 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 ) \