mirror of
https://github.com/winfsp/winfsp.git
synced 2026-05-01 02:49:15 -05:00
opt: cygfuse: fuse3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <fuse.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
return !(FUSE_VERSION == fuse_version());
|
||||
}
|
||||
Reference in New Issue
Block a user