mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-06 09:53:00 +00:00
fix: type alias IggyUTF16 to char16_t to fix cast issues
This commit is contained in:
parent
db5cb0afc0
commit
996c731d77
|
|
@ -108,7 +108,7 @@ typedef enum IggyDatatype
|
|||
#include <stddef.h>
|
||||
IDOCN typedef wchar_t IggyUTF16;
|
||||
#else
|
||||
typedef unsigned short IggyUTF16;
|
||||
typedef char16_t IggyUTF16;
|
||||
#endif
|
||||
|
||||
typedef struct IggyStringUTF16
|
||||
|
|
|
|||
Loading…
Reference in a new issue