mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
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:
parent
b171e40621
commit
625f6b8527
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue