mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 14:23:01 +00:00
fix: type alias IggyUTF16 to char16_t to fix cast issues
This commit is contained in:
parent
c6710c60d5
commit
d3383644f1
|
|
@ -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