dll: cleanup, close

This commit is contained in:
Bill Zissimopoulos
2016-01-04 17:14:49 -08:00
parent cfb69319f7
commit dc9f95e8a6
6 changed files with 88 additions and 0 deletions

View File

@ -25,6 +25,8 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\dll\access.c" />
<ClCompile Include="..\..\src\dll\cleanup.c" />
<ClCompile Include="..\..\src\dll\close.c" />
<ClCompile Include="..\..\src\dll\create.c" />
<ClCompile Include="..\..\src\dll\debug.c" />
<ClCompile Include="..\..\src\dll\fsctl.c" />

View File

@ -49,6 +49,12 @@
<ClCompile Include="..\..\src\dll\path.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dll\close.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dll\cleanup.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\dll\ntstatus.i">