aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-18 14:08:17 +0000
committermarha <marha@users.sourceforge.net>2009-11-18 14:08:17 +0000
commit14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432 (patch)
treefe8c1312bf22da46eeba695af0c0b97ab45d5b72
parenteae596341c64067cf46dbd2e5bc2e8db42fd0be1 (diff)
downloadvcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.tar.gz
vcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.tar.bz2
vcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.zip
Removed compile warning.
-rw-r--r--libxcb/src/xcb_conn.c2
1 files changed, 1 insertions, 1 deletions
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)