mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 12:08:41 -05:00 
			
		
		
		
	sys: add NtStatusSym()
This commit is contained in:
		| @@ -121,6 +121,7 @@ | ||||
|     <ClCompile Include="..\..\src\sys\cleanup.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\close.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\create.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\debug.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\devctrl.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\dirctrl.c" /> | ||||
|     <ClCompile Include="..\..\src\sys\driver.c" /> | ||||
|   | ||||
| @@ -24,6 +24,9 @@ | ||||
|     <ClCompile Include="..\..\src\sys\create.c"> | ||||
|       <Filter>Source Files</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\sys\debug.c"> | ||||
|       <Filter>Source Files</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\sys\devctrl.c"> | ||||
|       <Filter>Source Files</Filter> | ||||
|     </ClCompile> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user