mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-11-04 04:58:05 -06: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:
		@@ -189,6 +189,7 @@
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\exec-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\flush-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\fuse-opt-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\fuse-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\hooks.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\info-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\launch-test.c" />
 | 
			
		||||
 
 | 
			
		||||
@@ -91,6 +91,9 @@
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\devctl-test.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\fuse-test.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClInclude Include="..\..\..\ext\tlib\testsuite.h">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user