mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
(svn r3448) - Fix: wrap up some MinGW warnings
This commit is contained in:
2
stdafx.h
2
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)
|
||||
|
Reference in New Issue
Block a user