aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cb_rea.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cb_rea.c')
-rw-r--r--src/tool_cb_rea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cb_rea.c b/src/tool_cb_rea.c
index d70a9b909..8cb5bbe8a 100644
--- a/src/tool_cb_rea.c
+++ b/src/tool_cb_rea.c
@@ -62,7 +62,7 @@ size_t tool_read_cb(char *buffer, size_t sz, size_t nmemb, void *userdata)
if(msdelta > config->timeout_ms)
/* timeout */
return 0;
-#ifndef WIN32
+#ifndef _WIN32
/* this logic waits on read activity on a file descriptor that is not a
socket which makes it not work with select() on Windows */
else {