mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Saving projects to unicode paths not working correctly
This commit is contained in:
1
lib/external/microtar/include/microtar.h
vendored
1
lib/external/microtar/include/microtar.h
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user