mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
inc: fuse: use FSP_FUSE_SYM to define FUSE symbols
This commit is contained in:
@ -35,6 +35,10 @@ extern "C" {
|
||||
#define FSP_FUSE_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#if !defined(FSP_FUSE_SYM)
|
||||
#define FSP_FUSE_SYM static inline
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FUSE uses a number of types (notably: struct stat) that are OS specific.
|
||||
* Furthermore there are sometimes multiple definitions of the same type even
|
||||
|
Reference in New Issue
Block a user