inc: fuse: remove long references (as they have different size in Win64 and Cygwin64)

This commit is contained in:
Bill Zissimopoulos
2016-05-31 09:46:02 -07:00
parent fd8a3ab786
commit 4a4dab14c5
2 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,7 @@ extern "C" {
struct fuse_opt
{
const char *templ;
unsigned long offset;
unsigned int offset;
int value;
};