Open glebm opened 3 years ago
Currently libmpq__archive_open does not support Unicode paths on Windows.
libmpq__archive_open
To support them, we convert the path to UTF-16 and call _wfopen instead of fopen.
_wfopen
fopen
Currently
libmpq__archive_open
does not support Unicode paths on Windows.To support them, we convert the path to UTF-16 and call
_wfopen
instead offopen
.