diff -r 8861b61a7d2b -r e768e08f7989 stdafx.h --- a/stdafx.h Thu Jan 26 19:06:16 2006 +0000 +++ b/stdafx.h Thu Jan 26 22:09:25 2006 +0000 @@ -174,7 +174,7 @@ #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)