refactoring

This commit is contained in:
zeffy
2017-06-05 14:33:03 -07:00
parent f74f30e3a9
commit 2f4355e616
10 changed files with 189 additions and 194 deletions

View File

@@ -168,7 +168,6 @@
<ClCompile Include="core.c" />
<ClCompile Include="dllmain.c" />
<ClCompile Include="entrypoint.c" />
<ClCompile Include="process.c" />
<ClCompile Include="service.c" />
<ClCompile Include="util.c" />
</ItemGroup>
@@ -177,8 +176,8 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="core.h" />
<ClInclude Include="process.h" />
<ClInclude Include="service.h" />
<ClInclude Include="shellapihelper.h" />
<ClInclude Include="util.h" />
</ItemGroup>
<ItemGroup>