_EWL_NO_WCHART_LANG_SUPPORT

This flag is set if the compiler does not recognize wchar_t as a separate data type (no wchar_t support in the language preference panel). The C++ lib will still continue to support wide character functions. wchar_t will be typedef'd to another built-in type.

The C++ library must be recompiled when turning this switch on (but not when turning it off).