opt: cygfuse: refactoring

This commit is contained in:
Bill Zissimopoulos
2018-07-25 20:13:53 -07:00
parent 5d73687de8
commit d7c0657c3d
7 changed files with 59 additions and 26 deletions

View File

@ -0,0 +1,6 @@
#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}