dll: Major refactoring: WIP

This commit is contained in:
Bill Zissimopoulos
2015-12-23 12:08:50 -08:00
parent 7033cc6095
commit 42762d49ea
5 changed files with 116 additions and 9 deletions

View File

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

View File

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