wchar_type

Controls the availability of the wchar_t data type in C++ source code.

Syntax
  #pragma wchar_type on | off | reset   
Remarks

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.