mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-27 04:52:50 -05:00
tst: passthrough-fuse3: multibyte support
This commit is contained in:
@@ -38,7 +38,7 @@ typedef struct _DIR DIR;
|
||||
struct dirent
|
||||
{
|
||||
struct fuse_stat d_stat;
|
||||
char d_name[255];
|
||||
char d_name[255 * 4];
|
||||
};
|
||||
|
||||
char *realpath(const char *path, char *resolved);
|
||||
|
Reference in New Issue
Block a user