diff options
author | David Chisnall <theraven@FreeBSD.org> | 2012-11-29 13:28:56 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2012-11-29 13:28:56 +0000 |
commit | fbd326037ffe8b31f74ce56deb05b6432b26665c (patch) | |
tree | 76ba5474b3b80dd4c16c468574c694190c0c3eb6 /include/cwchar | |
parent | 3b5257a34b8cc9da481af474449a5d7cfac88d0d (diff) |
Notes
Diffstat (limited to 'include/cwchar')
-rw-r--r-- | include/cwchar | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cwchar b/include/cwchar index 8e788fc764e1..eed6de18f1a3 100644 --- a/include/cwchar +++ b/include/cwchar @@ -151,9 +151,13 @@ using ::wcstof; using ::wcstold; #endif // _MSC_VER using ::wcstol; +#ifndef _LIBCPP_HAS_NO_LONG_LONG using ::wcstoll; +#endif // _LIBCPP_HAS_NO_LONG_LONG using ::wcstoul; +#ifndef _LIBCPP_HAS_NO_LONG_LONG using ::wcstoull; +#endif // _LIBCPP_HAS_NO_LONG_LONG using ::wcscpy; using ::wcsncpy; using ::wcscat; |