Go to the source code of this file.
◆ JUCE_NATIVE_WCHAR_IS_UTF16
| #define JUCE_NATIVE_WCHAR_IS_UTF16 0 |
This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.
◆ JUCE_NATIVE_WCHAR_IS_UTF32
| #define JUCE_NATIVE_WCHAR_IS_UTF32 1 |
This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.
◆ JUCE_NATIVE_WCHAR_IS_UTF8
| #define JUCE_NATIVE_WCHAR_IS_UTF8 0 |
This macro will be set to 1 if the compiler's native wchar_t is an 8-bit type.
◆ JUCE_T
| #define JUCE_T |
( |
| stringLiteral | ) |
|
Value:This macro is deprecated, but preserved for compatibility with old code.