/* uchar.h Support for C language TR2 */ /* * C/C++ Run Time Library - Version 24.0 * * Copyright (c) 2010, 2016 by Embarcadero Technologies, Inc. * All Rights Reserved. * */ /* $Revision:$ */ #ifndef __UCHAR_H #define __UCHAR_H /* Compiler directly supports char16_t and char32_t */ #if 0 #define __STDC_UTF_16__ #define __STDC_UTF_32__ #endif #endif /* __UCHAR_H */