aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4e5b16e9df6..a274c5d5a0b 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -130,6 +130,7 @@
#include <float.h>
+#define I32FMT "%08I32X"
#define I64FMT "%016I64X"
#define snprintf _snprintf
#define atoll __atoi64
@@ -141,6 +142,7 @@
#define stricmp strcasecmp
#define strnicmp strncasecmp
+#define I32FMT "%08X"
#define I64FMT "%016llX"
#endif