aboutsummaryrefslogtreecommitdiff
path: root/sendOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendOSC.c')
-rw-r--r--sendOSC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOSC.c b/sendOSC.c
index 0335101..4a4c687 100644
--- a/sendOSC.c
+++ b/sendOSC.c
@@ -62,7 +62,7 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
#include <string.h>
#include <stdlib.h>
-#ifdef WIN32
+#ifdef _WIN32
#include <winsock2.h>
#else
#include <stdio.h>