dll: fuse: refactor fuse_op to fuse_intf

This commit is contained in:
Bill Zissimopoulos
2016-06-08 21:36:18 -07:00
parent 0f63dddb32
commit b0b15dff05
5 changed files with 121 additions and 118 deletions

View File

@ -33,7 +33,7 @@
<ItemGroup>
<ClCompile Include="..\..\src\dll\eventlog.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse.c" />
<ClCompile Include="..\..\src\dll\fuse\fuseop.c" />
<ClCompile Include="..\..\src\dll\fuse\fuseintf.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_main.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_opt.c" />
<ClCompile Include="..\..\src\dll\np.c" />