summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32port.h')
-rw-r--r--src/win32port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32port.h b/src/win32port.h
index 1cc8d12..8b42b38 100644
--- a/src/win32port.h
+++ b/src/win32port.h
@@ -23,6 +23,7 @@ typedef unsigned long long uint64_t;
// printf format specifier for uint64_t, from C99.
#ifndef PRIu64
#define PRIu64 "I64u"
+#define PRIx64 "I64x"
#endif
#endif // NINJA_WIN32PORT_H_