From 632965675959305bcccba0b67cc594b2b794d5a7 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Tue, 1 Dec 2015 08:55:47 -0600 Subject: Fix for platforms with ACE_LACKS_WCSRTOMBS defined. --- ACE/ace/OS_NS_stdio.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ACE/ace/OS_NS_stdio.cpp b/ACE/ace/OS_NS_stdio.cpp index bfe4c76bc30..03907f3c21c 100644 --- a/ACE/ace/OS_NS_stdio.cpp +++ b/ACE/ace/OS_NS_stdio.cpp @@ -503,7 +503,9 @@ ACE_OS::vaswprintf_emulation(wchar_t **bufp, const wchar_t *format, va_list argp typedef int wint_t; #elif !defined ACE_LACKS_WCHAR_STD_NAMESPACE using std::wint_t; +# ifndef ACE_LACKS_WCSRTOMBS using std::wcsrtombs; +# endif #endif namespace { // helpers for vsnprintf_emulation -- cgit v1.2.1