mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
dll: fuse3: fsp_fuse3_pkgversion: bug fix
This commit is contained in:
parent
bd53b452b2
commit
554f07a50e
@ -146,7 +146,9 @@ FSP_FUSE_API int fsp_fuse3_version(struct fsp_fuse_env *env)
|
|||||||
|
|
||||||
FSP_FUSE_API const char *fsp_fuse3_pkgversion(struct fsp_fuse_env *env)
|
FSP_FUSE_API const char *fsp_fuse3_pkgversion(struct fsp_fuse_env *env)
|
||||||
{
|
{
|
||||||
#define STR(x) #x
|
#define STR(x) STR_(x)
|
||||||
|
#define STR_(x) #x
|
||||||
return STR(FUSE_MAJOR_VERSION) "." STR(FUSE_MINOR_VERSION);
|
return STR(FUSE_MAJOR_VERSION) "." STR(FUSE_MINOR_VERSION);
|
||||||
|
#undef STR_
|
||||||
#undef STR
|
#undef STR
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user