mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	dll: major overhaul of FSP_FILE_SYSTEM dispatching
This commit is contained in:
		| @@ -31,7 +31,7 @@ | ||||
|     <ClCompile Include="..\..\src\dll\fileinfo.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\fsctl.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\library.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\loop.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\dispatch.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\ntstatus.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\path.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\volinfo.c" /> | ||||
|   | ||||
| @@ -37,9 +37,6 @@ | ||||
|     <ClCompile Include="..\..\src\dll\fsctl.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\dll\loop.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\dll\create.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
| @@ -58,6 +55,9 @@ | ||||
|     <ClCompile Include="..\..\src\dll\volinfo.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\dll\dispatch.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <None Include="..\..\src\dll\ntstatus.i"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user