aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/udpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udpsend.c b/net/udpsend.c
index 5234fd4..98db672 100644
--- a/net/udpsend.c
+++ b/net/udpsend.c
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <string.h>
-#ifdef MSW
+#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/types.h>