From 598b0256a354cb2e65ea240e50662d4378f5462c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 14 Oct 2017 00:05:03 +0300 Subject: Merge with latest original package version (master branch) --- libpkgconf/stdinc.h.orig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpkgconf/stdinc.h.orig') 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 # 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__ -- cgit v1.1