mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -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