mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
inc: fuse: remove long references (as they have different size in Win64 and Cygwin64)
This commit is contained in:
@ -62,7 +62,7 @@ extern "C" {
|
||||
struct fuse_opt
|
||||
{
|
||||
const char *templ;
|
||||
unsigned long offset;
|
||||
unsigned int offset;
|
||||
int value;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user