summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-01-26 22:09:25 +0000
committerDarkvater <darkvater@openttd.org>2006-01-26 22:09:25 +0000
commita6756ccf211954e03019c1f9feb684dff9ef3ee3 (patch)
tree368258788bb985109bac072e8833a7c645857f56 /stdafx.h
parent1a2fac805c686f433e239ca100b06e5679bf64da (diff)
downloadopenttd-a6756ccf211954e03019c1f9feb684dff9ef3ee3.tar.xz
(svn r3448) - Fix: wrap up some MinGW warnings
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 0589002a6..8f47af4ec 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__)
+#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__) && !defined(__MINGW32__)
typedef unsigned int uint;
#endif
// Not defined in QNX Neutrino (6.x)