aboutsummaryrefslogtreecommitdiff
path: root/sendOSC.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-16 19:04:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-16 19:04:11 +0000
commitf82a2e687cc49d89a93c007ee66e682a3da4bc20 (patch)
treeae2879d49b3e23d0f823d800db469091ab8241c8 /sendOSC.c
parentf6900774ddec90855dd3aaa1b5bf1a6af4b28f21 (diff)
use Microsoft standard macro: _WIN32 http://msdn.microsoft.com/en-us/library/b0084kay%28v=vs.80%29.aspx
svn path=/branches/pd-extended/0.43/externals/oscx/; revision=16402
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>