From 14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 18 Nov 2009 14:08:17 +0000 Subject: Removed compile warning. --- libxcb/src/xcb_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxcb/src') diff --git a/libxcb/src/xcb_conn.c b/libxcb/src/xcb_conn.c index e3e4bdec9..cdb71e4e1 100644 --- a/libxcb/src/xcb_conn.c +++ b/libxcb/src/xcb_conn.c @@ -58,7 +58,7 @@ typedef struct { static const int error_connection = 1; #ifdef _MSC_VER - +#undef close #define close(fd) closesocket(fd) size_t writev(int fildes, const struct iovec *iov, int iovcnt) -- cgit v1.2.3