From 61286374c7cc9d0d4787d56be91523a8948cc29c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 2 Nov 2015 21:27:42 -0600 Subject: [PATCH] wimlib_tchar.h: add tstrtoull() --- include/wimlib_tchar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wimlib_tchar.h b/include/wimlib_tchar.h index d8c6915c..4c7ce9c5 100644 --- a/include/wimlib_tchar.h +++ b/include/wimlib_tchar.h @@ -50,6 +50,7 @@ typedef wchar_t tchar; # define tstrtol wcstol # define tstrtod wcstod # define tstrtoul wcstoul +# define tstrtoull wcstoull # define tunlink _wunlink # define tstrerror _wcserror # define taccess _waccess @@ -111,6 +112,7 @@ typedef char tchar; # define tstrtol strtol # define tstrtod strtod # define tstrtoul strtoul +# define tstrtoull strtoull # define tmkdir mkdir # define tstrdup strdup # define ttempnam tempnam -- 2.43.0