summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-05-14 23:48:39 +0000
committerDarkvater <Darkvater@openttd.org>2005-05-14 23:48:39 +0000
commitd1b068355c77ae3c81e7d3131c3913242db3b0fd (patch)
tree8ce2ca5a94c721955deb2f1222c4b5c1c582c919 /stdafx.h
parent9cfb89cf240c74b3d31e801daabbe91b042c241b (diff)
downloadopenttd-d1b068355c77ae3c81e7d3131c3913242db3b0fd.tar.xz
(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)
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 22c7024c1..3d35aed91 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -139,7 +139,7 @@ typedef unsigned int uint32;
#endif
// This is already defined in unix
-#if !defined(UNIX) && !defined(__CYGWIN__)
+#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
typedef unsigned int uint;
#endif
// Not defined in QNX Neutrino (6.x)