aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/tcpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpsend.c b/net/tcpsend.c
index fcfb3f5..b576eae 100644
--- a/net/tcpsend.c
+++ b/net/tcpsend.c
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <string.h>
-#ifdef MSW
+#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/types.h>