Skip to main content

nativewchar

Enables or disables native wchar (wide character) support by the compiler.

nativewchar "value"

If no value is set for a configuration, the toolset's default wchar support will be used.

Parameters

value specifies the desired state:

ValueDescription
DefaultUse the toolset's default settings.
OnEnable native wide character handling.
OffDisable native wide character handling.

Applies To

Project configurations.

Availability

Premake 5.0.

Examples

nativewchar "Off"