mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
This commit is contained in:
parent
fccfada0b3
commit
41f885600f
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__) && !defined(__MINGW32__)
|
||||
#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
// Not defined in QNX Neutrino (6.x)
|
||||
|
Loading…
Reference in New Issue
Block a user