From: David C. <unc...@us...> - 2005-03-31 01:38:04
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15301/sandbox/adobe-source/adobe/test/visual/sources Modified Files: express_viewer.cpp Log Message: ADOBE_PLATFORM_MAC instead of __MWERKS__ Index: express_viewer.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/express_viewer.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** express_viewer.cpp 24 Mar 2005 19:37:55 -0000 1.6 --- express_viewer.cpp 31 Mar 2005 01:37:54 -0000 1.7 *************** *** 133,137 **** if ( !os_initialize( this ) ) return false; ! #if defined(__MWERKS__) // // We need to load the editor.adm and editor.eve files. --- 133,137 ---- if ( !os_initialize( this ) ) return false; ! #if ADOBE_PLATFORM_MAC // // We need to load the editor.adm and editor.eve files. |