aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/Common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h
index 735c57eedbe..4e5b16e9df6 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -151,6 +151,8 @@
#define SI64FMTD ACE_INT64_FORMAT_SPECIFIER
#define SI64LIT(N) ACE_INT64_LITERAL(N)
+#define SIZEFMTD ACE_SIZE_T_FORMAT_SPECIFIER
+
inline float finiteAlways(float f) { return finite(f) ? f : 0.0f; }
#define atol(a) strtoul( a, NULL, 10)