stdafx.h
branch0.5
changeset 5365 81e1c8f97973
parent 5167 2b9d61386688
child 5412 3c79dfcb9082
child 5610 f67ca2533978
equal deleted inserted replaced
5364:84ee8990e824 5365:81e1c8f97973
   194   typedef unsigned short uint16;
   194   typedef unsigned short uint16;
   195   typedef unsigned int uint32;
   195   typedef unsigned int uint32;
   196 #endif
   196 #endif
   197 
   197 
   198 // This is already defined in unix
   198 // This is already defined in unix
   199 #if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__)
   199 #if !defined(UNIX) && !defined(__CYGWIN__) && !defined(__BEOS__) && !defined(__MORPHOS__)
   200   typedef unsigned int uint;
   200   typedef unsigned int uint;
   201 #endif
   201 #endif
   202 // Not defined in QNX Neutrino (6.x)
   202 // Not defined in QNX Neutrino (6.x)
   203 #if defined(__QNXNTO__)
   203 #if defined(__QNXNTO__)
   204   typedef unsigned int uint;
   204   typedef unsigned int uint;