mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: fast I/O and resource acquisition callbacks
This commit is contained in:
		| @@ -155,7 +155,7 @@ | ||||
|     <ClCompile Include="..\..\src\sys\dirctl.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\driver.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\ea.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\fastio.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\callbacks.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\file.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\fileinfo.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\flush.c" /> | ||||
|   | ||||
| @@ -71,9 +71,6 @@ | ||||
|     <ClCompile Include="..\..\src\sys\write.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\sys\fastio.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\sys\fsctl.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
| @@ -92,6 +89,9 @@ | ||||
|     <ClCompile Include="..\..\src\sys\wq.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\sys\callbacks.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\src\sys\driver.h"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user