git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a25d8
)
wimlib_tchar.h: add tstrtoull()
author
Eric Biggers
<ebiggers3@gmail.com>
Tue, 3 Nov 2015 03:27:42 +0000
(21:27 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sat, 7 Nov 2015 21:05:15 +0000
(15:05 -0600)
include/wimlib_tchar.h
patch
|
blob
|
history
diff --git
a/include/wimlib_tchar.h
b/include/wimlib_tchar.h
index d8c6915c7024104475760213fd50f7f9148c698b..4c7ce9c5114ecec10ba8df6c25e9e89417f5f4bf 100644
(file)
--- 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