(svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai)

This commit is contained in:
Darkvater
2006-12-22 15:06:27 +00:00
parent b07b38d873
commit 458eb02678
4 changed files with 7 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ typedef unsigned char byte;
#endif
// This is already defined in unix
#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__) && !defined(__MORPHOS__)
typedef unsigned int uint;
#endif
// Not defined in QNX Neutrino (6.x)