summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_gcce.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-03-11 13:38:37 +0000
committerBenny Prijono <bennylp@teluu.com>2008-03-11 13:38:37 +0000
commit074f4d74f58e86a1910ecc6d4fd6425222a0a8ab (patch)
tree3166c26be3d6aa3761f63abd0a628fc8b0f0f643 /pjlib/include/pj/compat/cc_gcce.h
parentbcf4367c3cb85d973b02ce35a0a9ee3a0285ae7a (diff)
Added missing PJ_INT64() macro for Symbian compilers
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1858 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/cc_gcce.h')
-rw-r--r--pjlib/include/pj/compat/cc_gcce.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/cc_gcce.h b/pjlib/include/pj/compat/cc_gcce.h
index d27dd2c2..c7f4488f 100644
--- a/pjlib/include/pj/compat/cc_gcce.h
+++ b/pjlib/include/pj/compat/cc_gcce.h
@@ -44,6 +44,8 @@
typedef long long pj_int64_t;
typedef unsigned long long pj_uint64_t;
+#define PJ_INT64(val) val##LL
+#define PJ_UINT64(val) val##LLU
#define PJ_INT64_FMT "L"