libpkgconf: stdinc: fix SIZE_FMT_SPECIFIER on mingw
parent
420c62e10c
commit
24c1439d52
|
@ -32,9 +32,9 @@
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
# define PATH_DEV_NULL "nul"
|
# define PATH_DEV_NULL "nul"
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
# define SIZE_FMT_SPECIFIER "%llu"
|
# define SIZE_FMT_SPECIFIER "%I64u"
|
||||||
# else
|
# else
|
||||||
# define SIZE_FMT_SPECIFIER "%lu"
|
# define SIZE_FMT_SPECIFIER "%u"
|
||||||
# endif
|
# endif
|
||||||
# ifndef ssize_t
|
# ifndef ssize_t
|
||||||
# ifndef __MINGW32__
|
# ifndef __MINGW32__
|
||||||
|
|
Loading…
Reference in New Issue