summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-12-22 15:06:27 +0000
committerDarkvater <darkvater@openttd.org>2006-12-22 15:06:27 +0000
commit458eb02678f7a6ce7437a1f9029cd369c3c2922f (patch)
tree58733aada39980fe5736fb193609b225cc972c3f /stdafx.h
parentb07b38d873692a58f737914436559372a735e658 (diff)
downloadopenttd-458eb02678f7a6ce7437a1f9029cd369c3c2922f.tar.xz
(svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai)
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 5d2d58103..8504e585c 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -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)