dll: fuse: rename fuseintf to fuse_intf

This commit is contained in:
Bill Zissimopoulos
2016-06-10 23:19:13 -07:00
parent 0437218691
commit 2aa683177e
3 changed files with 3 additions and 3 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\fuseintf.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_intf.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_main.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_opt.c" />
<ClCompile Include="..\..\src\dll\np.c" />