aboutsummaryrefslogtreecommitdiff
path: root/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'reloc.h')
-rw-r--r--reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reloc.h b/reloc.h
index f978ae5..6cc0641 100644
--- a/reloc.h
+++ b/reloc.h
@@ -15,7 +15,7 @@
#define SIZE_T_FMT "%I64u"
#elif defined(_MSC_VER)
#define DIRSEP '\\'
-#define SIZE_T_FMT "%lu"
+#define SIZE_T_FMT "%zu"
#elif defined(__linux__) || defined(__unix__) || defined(__APPLE__) || defined(__MACH__)
#define DIRSEP '/'
#define SIZE_T_FMT "%lu"