From 36c9a985aaee655c118c9f7b8425d3ac9ce0f840 Mon Sep 17 00:00:00 2001 From: Jeetu Golani Date: Mon, 29 Mar 2010 22:31:49 +0530 Subject: windefs.h is now called xcb_windefs.h - changed all includes to reflect that.Replaced one instance ofWIN32 with _WIN32 in each xcb_in.c and xcb_conn.c --- src/xcb_conn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xcb_conn.c') diff --git a/src/xcb_conn.c b/src/xcb_conn.c index 4a50af3..870c438 100644 --- a/src/xcb_conn.c +++ b/src/xcb_conn.c @@ -37,12 +37,12 @@ #include "xcbint.h" #if USE_POLL #include -#elif !defined WIN32 +#elif !defined _WIN32 #include #endif #ifdef _WIN32 -#include "windefs.h" +#include "xcb_windefs.h" #else #include #endif /* _WIN32 */ @@ -77,7 +77,7 @@ static int set_fd_flags(const int fd) if(fcntl(fd, F_SETFD, FD_CLOEXEC) == -1) return 0; return 1; -#endif /* WIN32 */ +#endif /* _WIN32 */ } static int write_setup(xcb_connection_t *c, xcb_auth_info_t *auth_info) -- cgit v1.2.3