X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib_tchar.h;h=4c7ce9c5114ecec10ba8df6c25e9e89417f5f4bf;hp=d8c6915c7024104475760213fd50f7f9148c698b;hb=61286374c7cc9d0d4787d56be91523a8948cc29c;hpb=ab63d9f11eae3b930f0f75fe0edb6b6df1cdb280 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