dll: FspFileSystemLoop()

This commit is contained in:
Bill Zissimopoulos
2015-12-30 17:31:24 -08:00
parent db28be473f
commit 422d4ccc79
4 changed files with 45 additions and 62 deletions

View File

@ -27,6 +27,7 @@
<ClCompile Include="..\..\src\dll\debug.c" />
<ClCompile Include="..\..\src\dll\fsctl.c" />
<ClCompile Include="..\..\src\dll\library.c" />
<ClCompile Include="..\..\src\dll\loop.c" />
<ClCompile Include="..\..\src\dll\ntstatus.c" />
</ItemGroup>
<ItemGroup>

View File

@ -37,6 +37,9 @@
<ClCompile Include="..\..\src\dll\fsctl.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dll\loop.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\dll\ntstatus.i">