From 64ad50a804459b9659c64b0445e1bb4b2a04e4ca Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 30 Sep 2006 15:56:17 +0000 Subject: replaced manual MACOSX macro with automatic __APPLE__ svn path=/trunk/externals/markex/; revision=6059 --- randomF.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randomF.c') diff --git a/randomF.c b/randomF.c index cce03e6..b7ebe24 100644 --- a/randomF.c +++ b/randomF.c @@ -7,7 +7,7 @@ #include "m_pd.h" #include -#ifndef MACOSX +#ifndef __APPLE__ #include #endif -- cgit v1.2.1