mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: cleanup, close
This commit is contained in:
@ -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" />
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user