From 9fdee08447854f52b81017e7659d86fd94311e8e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Oct 2011 20:37:09 +0000 Subject: use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build system doesn't need to set any macros to work properly svn path=/trunk/externals/mrpeach/; revision=15636 --- net/tcpclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tcpclient.c') diff --git a/net/tcpclient.c b/net/tcpclient.c index 3677dde..dc48fc5 100644 --- a/net/tcpclient.c +++ b/net/tcpclient.c @@ -34,7 +34,7 @@ #include #include #include -#if defined(UNIX) || defined(unix) +#ifndef _WIN32 #include #include #include -- cgit v1.2.1