From f82a2e687cc49d89a93c007ee66e682a3da4bc20 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Oct 2012 19:04:11 +0000 Subject: 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 --- sendOSC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendOSC.c') 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 #include -#ifdef WIN32 +#ifdef _WIN32 #include #else #include -- cgit v1.2.1