mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: memfs-fuse3: testing
This commit is contained in:
		| @@ -22,6 +22,13 @@ | ||||
| #ifndef COMPAT_H_INCLUDED | ||||
| #define COMPAT_H_INCLUDED | ||||
|  | ||||
| #if defined(_WIN32) && defined(FSP_FUSE_SYM) | ||||
| #include <winfsp/winfsp.h> | ||||
| #undef fuse_main | ||||
| #define fuse_main(argc, argv, ops, data)\ | ||||
|     (FspLoad(0), fuse_main_real(argc, argv, ops, sizeof *(ops), data)) | ||||
| #endif | ||||
|  | ||||
| #if !defined(_WIN32) && !defined(fuse_stat) | ||||
|  | ||||
| #define fuse_uid_t                      uid_t | ||||
|   | ||||
		Reference in New Issue
	
	Block a user