1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-30 02:19:15 -05:00

sys: add NtStatusSym()

This commit is contained in:
Bill Zissimopoulos
2015-11-17 16:07:46 -08:00
parent ca86b7d6c5
commit ffe75d5242
5 changed files with 2333 additions and 1 deletions
+1
View File
@@ -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" />
+3
View File
@@ -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>