mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll: fuse: allow multiple FUSE file systems
Refactoring to allow for multiple FUSE file systems within a single process. Running FUSE file systems as Windows services is still supported.
This commit is contained in:
		| @@ -182,6 +182,7 @@ LONG WINAPI UnhandledExceptionHandler(struct _EXCEPTION_POINTERS *ExceptionInfo) | ||||
| int main(int argc, char *argv[]) | ||||
| { | ||||
|     TESTSUITE(fuse_opt_tests); | ||||
|     TESTSUITE(fuse_tests); | ||||
|     TESTSUITE(posix_tests); | ||||
|     TESTSUITE(eventlog_tests); | ||||
|     TESTSUITE(path_tests); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user