Controls the availability of the wchar_t data type in C++ source code.
#pragma wchar_type on | off | reset
If you enable this pragma, wchar_t is treated as a built-in type. Otherwise, the compiler does not recognize this type.
This pragma corresponds to the Enable wchar_t Support setting in the CodeWarrior IDE's C/C++ Language settings panel. By default, this pragma is enabled.