|
From: Foster B. <fos...@us...> - 2005-04-12 19:53:42
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18884/adobe-source/adobe Modified Files: config.hpp Log Message: Added cygwin to adobe/config.hpp Index: config.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/config.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.hpp 30 Mar 2005 18:51:44 -0000 1.4 --- config.hpp 12 Apr 2005 19:53:34 -0000 1.5 *************** *** 44,48 **** /*************************************************************************************************/ ! #if defined(BOOST_MSVC) || defined(__MINGW32__) #define ADOBE_PLATFORM_WIN 1 --- 44,50 ---- /*************************************************************************************************/ ! // REVISIT (fbrereto) : Should cygwin be considered as part of the Windows platform target? ! ! #if defined(BOOST_MSVC) || defined(__MINGW32__) || defined(__CYGWIN__) #define ADOBE_PLATFORM_WIN 1 |