(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

This commit is contained in:
Darkvater
2005-05-14 23:48:39 +00:00
parent 788286e9d3
commit 6f06930ee3
6 changed files with 14 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ typedef unsigned int uint32;
#endif
// This is already defined in unix
#if !defined(UNIX) && !defined(__CYGWIN__)
#if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
typedef unsigned int uint;
#endif
// Not defined in QNX Neutrino (6.x)