mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Fix comment
This commit is contained in:
parent
27c9e79906
commit
29934cdc27
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ typedef char UTF8; ///< Compiler independent 8 bit Unicode enc
|
||||||
#if defined(_MSC_VER) && defined(__clang__)
|
#if defined(_MSC_VER) && defined(__clang__)
|
||||||
// Clang's MSVC compatibility mode doesn't currently support /Zc:wchar_t-,
|
// Clang's MSVC compatibility mode doesn't currently support /Zc:wchar_t-,
|
||||||
// which we rely on to avoid type conversion errors when calling system
|
// which we rely on to avoid type conversion errors when calling system
|
||||||
// APIs when wchar_t is defined as unsigned short. So, just define UTF16
|
// APIs when UTF16 is defined as unsigned short. So, just define UTF16
|
||||||
// as wchar_t instead since it's always a 2 byte unsigned on windows anyway.
|
// as wchar_t instead since it's always a 2 byte unsigned on windows anyway.
|
||||||
typedef wchar_t UTF16;
|
typedef wchar_t UTF16;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue