summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-01-27 09:45:44 +0000
committerDarkvater <Darkvater@openttd.org>2006-01-27 09:45:44 +0000
commit41f885600f66d12452d949aa34bb9bc407646409 (patch)
tree7d088de24062bec71f3496f56c6b86d3d47b8a4d /stdafx.h
parentfccfada0b3e024ab0152417e910c715b66394005 (diff)
downloadopenttd-41f885600f66d12452d949aa34bb9bc407646409.tar.xz
(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
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 8f47af4ec..0589002a6 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -174,7 +174,7 @@ typedef unsigned char byte;
#endif
// This is already defined in unix
-#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__) && !defined(__MINGW32__)
+#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
typedef unsigned int uint;
#endif
// Not defined in QNX Neutrino (6.x)