Compile fix
This commit is contained in:
@@ -237,6 +237,12 @@ typedef uint16_t char16_t;
|
||||
typedef uint32_t char32_t;
|
||||
#elif defined(HL_NATIVE_UCHAR_FUN)
|
||||
# include <uchar.h>
|
||||
#elif __cplusplus <= 199711L
|
||||
# include <stdint.h>
|
||||
typedef int16_t char16_t;
|
||||
typedef uint16_t uchar16_t;
|
||||
typedef int32_t char32_t;
|
||||
typedef uint32_t uchar32_t;
|
||||
#endif
|
||||
typedef char16_t uchar;
|
||||
# undef USTR
|
||||
|
||||
Reference in New Issue
Block a user