summaryrefslogtreecommitdiff
path: root/src/xcb_in.c
diff options
context:
space:
mode:
authorJeetu Golani <jeetu.golani@gmail.com>2010-03-29 22:31:49 +0530
committerJeetu Golani <jeetu.golani@gmail.com>2010-03-29 22:31:49 +0530
commit36c9a985aaee655c118c9f7b8425d3ac9ce0f840 (patch)
treedfef59290b122ed4906a4f6f0e881760d1da55ff /src/xcb_in.c
parentbce72f63d2dfb61661f81e305ad3a7db0334403c (diff)
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
Diffstat (limited to 'src/xcb_in.c')
-rw-r--r--src/xcb_in.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xcb_in.c b/src/xcb_in.c
index 20ff4f2..4191dc3 100644
--- a/src/xcb_in.c
+++ b/src/xcb_in.c
@@ -37,12 +37,12 @@
#include "xcbint.h"
#if USE_POLL
#include <poll.h>
-#elif !defined WIN32
+#elif !defined _WIN32
#include <sys/select.h>
#endif
#ifdef _WIN32
-#include "windefs.h"
+#include "xcb_windefs.h"
#endif /* _WIN32 */
#define XCB_ERROR 0