--- 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 )