mirror of
https://github.com/winfsp/winfsp.git
synced 2025-10-30 11:38:39 -05:00
opt: cygfuse: refactoring
This commit is contained in:
6
opt/cygfuse/fuse/cygfuse-test.c
Normal file
6
opt/cygfuse/fuse/cygfuse-test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <fuse.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
return !(FUSE_VERSION == fuse_version());
|
||||
}
|
||||
Reference in New Issue
Block a user