[Common-cvs] include hxtypes.h,1.24.4.3,1.24.4.4
jareguero at helixcommunity.org jareguero at helixcommunity.orgUpdate of /cvsroot/common/include
In directory cvs:/tmp/cvs-serv30035
Modified Files:
Tag: hxclient_1_5_0_cayenne
hxtypes.h
Log Message:
Adding support for AMD64.
Index: hxtypes.h
===================================================================
RCS file: /cvsroot/common/include/hxtypes.h,v
retrieving revision 1.24.4.3
retrieving revision 1.24.4.4
diff -u -d -r1.24.4.3 -r1.24.4.4
--- hxtypes.h 9 Aug 2005 20:13:13 -0000 1.24.4.3
+++ hxtypes.h 3 Nov 2005 20:06:51 -0000 1.24.4.4
@@ -714,7 +714,7 @@
#endif
-#if defined _LONG_IS_64 && (defined _OSF1 || defined _SOLARIS || defined _HPUX)
+#if defined _LONG_IS_64 && (defined _OSF1 || defined _SOLARIS || defined _HPUX || defined __amd64__)
typedef unsigned long PTR_INT;
#else
typedef unsigned int PTR_INT;