wchar_type

Controls the size and format of the wchar_t type.

Syntax

#pragma wchar_type on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, wchar_t is treated as a built-in type.

This pragma corresponds to the Enable wchar_t Support setting . To check this setting, use __option (.*), described in Checking Settings. The default setting is on.