__WCHAR_T_IS_USHORT__

Preprocessor macro defined to describe wchar_t settings.

Syntax
  #define __WCHAR_T_IS_USHORT__ 0 | 1  
Remarks

The compiler defines this macro to be 1 if the wchar_t is set to unsigned short, 0 otherwise.