From 4dbc5173b6f7a76f2d5fb5e496a283e9ea9fe705 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 23 Oct 2016 13:54:53 -0700 Subject: [PATCH] prog_util: always use 64-bit utime() on Windows --- programs/prog_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/prog_util.h b/programs/prog_util.h index 711d8bd..d44823b 100644 --- a/programs/prog_util.h +++ b/programs/prog_util.h @@ -74,8 +74,8 @@ extern int wmain(int argc, wchar_t **argv); # define tstrtoul wcstoul # define tstrxcmp wcsicmp # define tunlink _wunlink -# define tutimbuf _utimbuf -# define tutime _wutime +# define tutimbuf __utimbuf64 +# define tutime _wutime64 # ifdef _MSC_VER /* Standard file descriptors? What are those? */ # define STDIN_FILENO 0