diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 17:21:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 17:21:46 +0000 |
commit | 465f6508d0e2df031ad33e00023cf0c2c92d7642 (patch) | |
tree | adb654eb224955c9135bc1c8f9eab7c4c18a6a06 /shared/common | |
parent | c9d724b6da2ae3aceae3896a669420ff3c804f0d (diff) |
replace MACOSX with proper macro: __APPLE__ (https://sourceforge.net/p/predef/wiki/OperatingSystems/)
svn path=/trunk/externals/miXed/; revision=16957
Diffstat (limited to 'shared/common')
-rw-r--r-- | shared/common/mifi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |