diff options
| author | marha <marha@users.sourceforge.net> | 2009-11-18 14:08:17 +0000 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2009-11-18 14:08:17 +0000 |
| commit | 14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432 (patch) | |
| tree | fe8c1312bf22da46eeba695af0c0b97ab45d5b72 | |
| parent | eae596341c64067cf46dbd2e5bc2e8db42fd0be1 (diff) | |
| download | vcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.tar.gz vcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.tar.bz2 vcxsrv-14cb00dbbc4a78e733ffc743c0f0b5e0d4e40432.zip | |
Removed compile warning.
| -rw-r--r-- | libxcb/src/xcb_conn.c | 2 |
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) |
