summaryrefslogtreecommitdiff
path: root/ace/os_include/os_wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_wchar.h')
-rw-r--r--ace/os_include/os_wchar.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/os_include/os_wchar.h b/ace/os_include/os_wchar.h
index c0d1efa7aba..adc5f91b6bd 100644
--- a/ace/os_include/os_wchar.h
+++ b/ace/os_include/os_wchar.h
@@ -41,6 +41,14 @@ extern "C"
{
#endif /* __cplusplus */
+#if defined (ACE_LACKS_WCSTOLL_PROTOTYPE)
+ long long wcstoll (const wchar_t *, wchar_t **, int);
+#endif /* ACE_LACKS_WCSTOLL_PROTOTYPE */
+
+#if defined (ACE_LACKS_WCSTOULL_PROTOTYPE)
+ unsigned long long wcstoull (const wchar_t *, wchar_t **, int);
+#endif /* ACE_LACKS_WCSTOULL_PROTOTYPE */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */