diff libpurple/win32/libc_interface.h @ 22669:5e6ab03225cc

Patch from vladb to remove a C++ protected word ("namespace") from win32 libpurple code. Fixes #5471
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 15 Apr 2008 16:16:52 +0000
parents 322b92e28005
children 1568dc7a14f8
line wrap: on
line diff
--- 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 )