summaryrefslogtreecommitdiff
path: root/evthread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'evthread_win32.c')
-rw-r--r--evthread_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evthread_win32.c b/evthread_win32.c
index 73e545bf..7bb97bf9 100644
--- a/evthread_win32.c
+++ b/evthread_win32.c
@@ -26,7 +26,7 @@
#include "event2/event-config.h"
#include "evconfig-private.h"
-#ifdef WIN32
+#ifdef _WIN32
#include <winsock2.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>