libpurple/win32/libc_interface.h

changeset 22812
cf92ffc5949c
parent 22686
d41016d7812d
child 24231
6907b62f25fe
--- a/libpurple/win32/libc_interface.h	Mon Apr 14 20:35:47 2008 +0000
+++ b/libpurple/win32/libc_interface.h	Tue Apr 15 16:16:52 2008 +0000
@@ -44,8 +44,8 @@
 #endif
 
 /* sys/socket.h */
-#define socket( namespace, style, protocol ) \
-wpurple_socket( namespace, style, protocol )
+#define socket( domain, style, protocol ) \
+wpurple_socket( domain, style, protocol )
 
 #define connect( socket, addr, length ) \
 wpurple_connect( socket, addr, length )

mercurial