dll: create.c: refactoring

This commit is contained in:
Bill Zissimopoulos
2016-01-04 21:46:02 -08:00
parent 5eaa6b03ae
commit d2eabf4e05
5 changed files with 343 additions and 316 deletions

View File

@ -24,7 +24,6 @@
<ClInclude Include="..\..\src\dll\library.h" />
</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" />

View File

@ -43,9 +43,6 @@
<ClCompile Include="..\..\src\dll\create.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dll\access.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\dll\path.c">
<Filter>Source</Filter>
</ClCompile>