]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
wimlib_tchar.h: add tstrtoull()
[wimlib] / include / wimlib_tchar.h
index d8c6915c7024104475760213fd50f7f9148c698b..4c7ce9c5114ecec10ba8df6c25e9e89417f5f4bf 100644 (file)
@@ -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