diff options
Diffstat (limited to 'libxcb/src/xcb_in.c')
-rw-r--r-- | libxcb/src/xcb_in.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libxcb/src/xcb_in.c b/libxcb/src/xcb_in.c index 9d893ae64..0e55dc42e 100644 --- a/libxcb/src/xcb_in.c +++ b/libxcb/src/xcb_in.c @@ -38,13 +38,11 @@ #include "xcb.h" #include "xcbext.h" #include "xcbint.h" -#ifndef _MSC_VER #if USE_POLL #include <poll.h> #else #include <sys/select.h> #endif -#endif #define XCB_ERROR 0 #define XCB_REPLY 1 |