dll: add FSP_SERVICE and EventLog functionality

This commit is contained in:
Bill Zissimopoulos
2016-05-06 11:41:45 -07:00
parent de973fa5ab
commit d7a6f33d26
8 changed files with 554 additions and 0 deletions

View File

@ -25,6 +25,7 @@
<ClInclude Include="..\..\src\dll\library.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\dll\eventlog.c" />
<ClCompile Include="..\..\src\dll\np.c" />
<ClCompile Include="..\..\src\dll\security.c" />
<ClCompile Include="..\..\src\dll\debug.c" />
@ -34,6 +35,7 @@
<ClCompile Include="..\..\src\dll\fs.c" />
<ClCompile Include="..\..\src\dll\ntstatus.c" />
<ClCompile Include="..\..\src\dll\path.c" />
<ClCompile Include="..\..\src\dll\service.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\dll\library.def" />