fix: Saving projects to unicode paths not working correctly

This commit is contained in:
WerWolv
2022-12-28 10:46:02 +01:00
parent 5777a6d401
commit f7b988906e
3 changed files with 55 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ struct mtar_t {
const char *mtar_strerror(int err);
int mtar_open(mtar_t *tar, const char *filename, const char *mode);
int mtar_wopen(mtar_t *tar, const wchar_t *filename, const wchar_t *mode);
int mtar_close(mtar_t *tar);
int mtar_seek(mtar_t *tar, unsigned pos);