summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_mwcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/cc_mwcc.h')
-rw-r--r--pjlib/include/pj/compat/cc_mwcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/cc_mwcc.h b/pjlib/include/pj/compat/cc_mwcc.h
index e22e9fb7..11fadf6d 100644
--- a/pjlib/include/pj/compat/cc_mwcc.h
+++ b/pjlib/include/pj/compat/cc_mwcc.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"