diff --git a/include/cxx/cwchar b/include/cxx/cwchar index 167f5982ef5..4b60226de7e 100755 --- a/include/cxx/cwchar +++ b/include/cxx/cwchar @@ -54,6 +54,7 @@ namespace std using ::wctype_t; using ::size_t; +#ifdef CONFIG_LIBC_WCHAR using ::btowc; using ::fwprintf; using ::fwscanf; @@ -132,6 +133,7 @@ namespace std using ::wmemset; using ::wprintf; using ::wscanf; +#endif }; #endif // __INCLUDE_CXX_CWCHAR