dll: fuse: add fuse_* symbols for programs using FFI

This commit is contained in:
Bill Zissimopoulos
2017-03-13 12:30:25 -07:00
parent 433e62f813
commit db0566701e
3 changed files with 39 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
<ClCompile Include="..\..\src\dll\dirbuf.c" />
<ClCompile Include="..\..\src\dll\eventlog.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse.c" />
<ClCompile Include="..\..\src\dll\fuse\fuse_compat.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" />