|
From: David C. <unc...@us...> - 2005-04-03 00:30:04
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20413/sandbox/adobe-source/adobe Modified Files: cmath.hpp Log Message: fixed use of __MWERKS__ Index: cmath.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/cmath.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cmath.hpp 19 Mar 2005 00:16:38 -0000 1.1 --- cmath.hpp 3 Apr 2005 00:29:55 -0000 1.2 *************** *** 26,30 **** #include <cmath> ! #if defined __MWERKS__ namespace adobe { --- 26,30 ---- #include <cmath> ! #if ADOBE_PLATFORM_MAC namespace adobe { |