CVS update: /common/include/, /common/include/platform/symbian/

CVS update: /common/include/, /common/include/platform/symbian/

gwright at helixcommunity.org gwright at helixcommunity.org
Wed Dec 11 22:12:32 PST 2002


User: gwright Date: 02/12/11 14:12:32
Modified
 /common/include/
  hxtypes.h
 /common/include/platform/symbian/
  symbiantypes.h

Log
 more support for compiling under symbian.
 Issue number:
 Obtained from:
 Submitted by:
 Reviewed by:

File Changes:

Directory: /common/include/
===========================

File [changed]: hxtypes.h
Url: https://common.helixcommunity.org/source/browse/common/include/hxtypes.h.diff?r1=1.2&r2=1.3
Delta lines:  +5 -0
-------------------
--- hxtypes.h	6 Dec 2002 19:13:28 -0000	1.2
+++ hxtypes.h	11 Dec 2002 22:12:32 -0000	1.3
@@ -102,6 +102,7 @@
 typedef TUint16 UINT16;
 typedef TInt32  INT32;
 typedef TUint32 UINT32;
+typedef TUint32 UINT; /* Its unclear, but UINT is suppose to be 32 bits. */
 typedef TBool   BOOL;
 #else
 # ifndef _VXWORKS 
@@ -203,6 +204,10 @@
 #include <limits.h>
 #define MAXPATHLEN    _POSIX_PATH_MAX
 #define PATH_MAX      _POSIX_PATH_MAX
+#endif
+
+#if defined(_SYMBIAN)
+#define PATH_MAX      KMaxPath
 #endif
 
 #ifdef _SCO_UW

Directory: /common/include/platform/symbian/
============================================

File [changed]: symbiantypes.h
Url: https://common.helixcommunity.org/source/browse/common/include/platform/symbian/symbiantypes.h.diff?r1=1.1&r2=1.2
Delta lines:  +1 -1
-------------------
--- symbiantypes.h	6 Dec 2002 19:18:46 -0000	1.1
+++ symbiantypes.h	11 Dec 2002 22:12:32 -0000	1.2
@@ -39,8 +39,8 @@
 #error This is the symbian types include. Only use on a Symbian platform.
 #endif
 
-#include <e32def.h>
 #include <e32std.h>
+#include <e32def.h>
 
 class SymInt64 : private TInt64
 {




---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe at common.helixcommunity.org
For additional commands, e-mail: cvs-help at common.helixcommunity.org




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.