fix: type alias IggyUTF16 to char16_t to fix cast issues

This commit is contained in:
Tropical 2026-03-11 22:08:14 -05:00
parent db5cb0afc0
commit 996c731d77

View file

@ -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