summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/cc_gcc.h')
-rw-r--r--pjlib/include/pj/compat/cc_gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/compat/cc_gcc.h b/pjlib/include/pj/compat/cc_gcc.h
index df257029..37f361b0 100644
--- a/pjlib/include/pj/compat/cc_gcc.h
+++ b/pjlib/include/pj/compat/cc_gcc.h
@@ -63,7 +63,7 @@
#endif
#define PJ_INT64(val) val##LL
-#define PJ_UINT64(val) val##LLU
+#define PJ_UINT64(val) val##ULL
#define PJ_INT64_FMT "L"