The lib won't compile on MinGW because of the wchat_t type not being fully supported.
Returns the error :
ft_putnwstr.c:26:17: error: comparison is always true due to limited range of data type [-Werror=type-limits]
else if (*str <= 0xFFFF)
^
ft_putnwstr.c:28:17: error: comparison is always true due to limited range of data type [-Werror=type-limits]
else if (*str <= 0x10FFFF)
^
The lib won't compile on MinGW because of the wchat_t type not being fully supported.
Returns the error :