diff --git a/build/VStudio/installer/Product.wxs b/build/VStudio/installer/Product.wxs index 24a674ed..ff655777 100644 --- a/build/VStudio/installer/Product.wxs +++ b/build/VStudio/installer/Product.wxs @@ -326,12 +326,12 @@ - + - + diff --git a/inc/fuse/winfsp_fuse.h b/inc/fuse/winfsp_fuse.h index 1134e175..7f1b3ecf 100644 --- a/inc/fuse/winfsp_fuse.h +++ b/inc/fuse/winfsp_fuse.h @@ -388,8 +388,8 @@ static inline int fsp_fuse_set_signal_handlers(void *se) static inline char *fsp_fuse_conv_to_win_path(const char *path) { - char *cygwin_create_path(unsigned, const void *); - return cygwin_create_path( + void *cygwin_create_path(unsigned, const void *); + return (char *)cygwin_create_path( 0/*CCP_POSIX_TO_WIN_A*/ | 0x100/*CCP_RELATIVE*/, path); } diff --git a/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz b/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz deleted file mode 100644 index 81ea09a5..00000000 Binary files a/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz and /dev/null differ diff --git a/opt/cygfuse/dist/x64/fuse-2.8-8.tar.xz b/opt/cygfuse/dist/x64/fuse-2.8-8.tar.xz new file mode 100644 index 00000000..b1d63e56 Binary files /dev/null and b/opt/cygfuse/dist/x64/fuse-2.8-8.tar.xz differ diff --git a/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz b/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz deleted file mode 100644 index 2fec313b..00000000 Binary files a/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz and /dev/null differ diff --git a/opt/cygfuse/dist/x86/fuse-2.8-8.tar.xz b/opt/cygfuse/dist/x86/fuse-2.8-8.tar.xz new file mode 100644 index 00000000..c9c5a56c Binary files /dev/null and b/opt/cygfuse/dist/x86/fuse-2.8-8.tar.xz differ diff --git a/opt/cygfuse/fuse.cygport b/opt/cygfuse/fuse.cygport index a6275c5f..29cabd13 100644 --- a/opt/cygfuse/fuse.cygport +++ b/opt/cygfuse/fuse.cygport @@ -1,6 +1,6 @@ NAME="fuse" VERSION=2.8 -RELEASE=7 +RELEASE=8 CATEGORY="Utils" SUMMARY="WinFsp-FUSE compatibility layer" DESCRIPTION="WinFsp-FUSE enables FUSE file systems to be run on Cygwin."