From: <lab...@us...> - 2011-05-11 20:56:23
|
Revision: 1362 http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=1362&view=rev Author: labviewer Date: 2011-05-11 20:56:17 +0000 (Wed, 11 May 2011) Log Message: ----------- Modified Paths: -------------- trunk/lvzip/c_source/lvutil.h Modified: trunk/lvzip/c_source/lvutil.h =================================================================== --- trunk/lvzip/c_source/lvutil.h 2011-04-24 05:00:59 UTC (rev 1361) +++ trunk/lvzip/c_source/lvutil.h 2011-05-11 20:56:17 UTC (rev 1362) @@ -15,7 +15,7 @@ #if defined(macintosh) || defined(__PPCC__) || defined(THINK_C) || defined(__SC__) || defined(__MWERKS__) || defined(__APPLE_CC__) #define MacOS 1 - #ifdef TARGET_API_MAC_CARBON + #ifdef __APPLE_CC__ #define MacOSX 1 #endif #if defined(__i386__) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |