summaryrefslogtreecommitdiff
path: root/iocp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'iocp-internal.h')
-rw-r--r--iocp-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iocp-internal.h b/iocp-internal.h
index ae79cbc7..22321e45 100644
--- a/iocp-internal.h
+++ b/iocp-internal.h
@@ -39,7 +39,7 @@ typedef void (*iocp_callback)(struct event_overlapped *, ev_uintptr_t, ev_ssize_
/* This whole file is actually win32 only. We wrap the structures in a win32
* ifdef so that we can test-compile code that uses these interfaces on
* non-win32 platforms. */
-#ifdef WIN32
+#ifdef _WIN32
/**
Internal use only. Wraps an OVERLAPPED that we're using for libevent