You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux and Windows don't support extended locales, so a number of
preprocessor macros are in Prefix to default to the standard API that
uses the C locale. Both Linux and Windows have some macros in common and
some platform specialized definitions; here, we split out the common
macros and keep the platform-specific definitions separate.
This will let us more simply extend support for different platforms that
also don't support extended locales in a future commit.
0 commit comments