aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/stdinc.h.orig
diff options
context:
space:
mode:
Diffstat (limited to 'libpkgconf/stdinc.h.orig')
-rw-r--r--libpkgconf/stdinc.h.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpkgconf/stdinc.h.orig b/libpkgconf/stdinc.h.orig
index 43d7eeb..d0a43ad 100644
--- a/libpkgconf/stdinc.h.orig
+++ b/libpkgconf/stdinc.h.orig
@@ -32,9 +32,9 @@
# include <malloc.h>
# define PATH_DEV_NULL "nul"
# ifdef _WIN64
-# define SIZE_FMT_SPECIFIER "%llu"
+# define SIZE_FMT_SPECIFIER "%I64u"
# else
-# define SIZE_FMT_SPECIFIER "%lu"
+# define SIZE_FMT_SPECIFIER "%u"
# endif
# ifndef ssize_t
# ifndef __MINGW32__