From: Eric Biggers Date: Tue, 3 Nov 2015 03:27:42 +0000 (-0600) Subject: wimlib_tchar.h: add tstrtoull() X-Git-Tag: v1.8.3~17 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=61286374c7cc9d0d4787d56be91523a8948cc29c;ds=sidebyside wimlib_tchar.h: add tstrtoull() --- 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