From 465f6508d0e2df031ad33e00023cf0c2c92d7642 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 17:21:46 +0000 Subject: replace MACOSX with proper macro: __APPLE__ (https://sourceforge.net/p/predef/wiki/OperatingSystems/) svn path=/trunk/externals/miXed/; revision=16957 --- shared/common/mifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/common/mifi.c') diff --git a/shared/common/mifi.c b/shared/common/mifi.c index 44b9483..306e427 100644 --- a/shared/common/mifi.c +++ b/shared/common/mifi.c @@ -58,7 +58,7 @@ typedef u_int16_t uint16; #ifndef uchar typedef u_int8_t uchar; #endif -#else /* MACOSX */ +#else /* __APPLE__ */ #ifndef uint32 typedef unsigned int uint32; #endif -- cgit v1.2.1