1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-05-05 09:14:37 -05:00

sys: device.c

This commit is contained in:
Bill Zissimopoulos
2015-11-29 13:39:57 -08:00
parent f4de97f3c6
commit ccf4ef5cc8
6 changed files with 162 additions and 63 deletions
+1
View File
@@ -139,6 +139,7 @@
<ClCompile Include="..\..\src\sys\create.c" />
<ClCompile Include="..\..\src\sys\debug.c" />
<ClCompile Include="..\..\src\sys\devctl.c" />
<ClCompile Include="..\..\src\sys\device.c" />
<ClCompile Include="..\..\src\sys\dirctl.c" />
<ClCompile Include="..\..\src\sys\driver.c" />
<ClCompile Include="..\..\src\sys\ea.c" />
+3
View File
@@ -80,6 +80,9 @@
<ClCompile Include="..\..\src\sys\iop.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\sys\device.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\sys\driver.h">