diff options
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index 9bf44b78f16..d5c2eedfc5c 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -146,7 +146,7 @@ #define stricmp strcasecmp #define strnicmp strncasecmp #define I64FMT "%016llX" -#define I64FMTD "%llu" +#define I64FMTD "%I64u" #define SI64FMTD "%lld" #endif |