mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-17 16:29:20 -04:00
prog_util: always use 64-bit utime() on Windows
This commit is contained in:
parent
e7152b4866
commit
4dbc5173b6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user