Added the MorphOS platform.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1184 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-08-01 14:21:46 +00:00
parent b171e40621
commit 625f6b8527
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define PLATFORM "OpenBSD"
#elif defined(__NetBSD__)
#define PLATFORM "NetBSD"
#elif defined(__MORPHOS__)
#define PLATFORM "MorphOS"
#else
#define PLATFORM "Unknown"
#endif