aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/stdinc.h.orig
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-14 00:05:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-14 00:05:03 +0300
commit598b0256a354cb2e65ea240e50662d4378f5462c (patch)
treeeebc14a4f618ade0678107c40b16f6538d30aade /libpkgconf/stdinc.h.orig
parent8a5f879840bfe9933a6ff01792b42000de99f8c2 (diff)
Merge with latest original package version (master branch)
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__