mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll: cygwin integration checkpoint
This commit is contained in:
		| @@ -39,6 +39,7 @@ extern "C" { | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| #if !defined(FSP_FUSE_MEMFN_P) | ||||
| #define FSP_FUSE_MEMFN_P                void *(*memalloc)(size_t), void (*memfree)(void *) | ||||
| #define FSP_FUSE_MEMFN_A                memalloc, memfree | ||||
| #if defined(WINFSP_DLL_INTERNAL) | ||||
| @@ -46,6 +47,7 @@ extern "C" { | ||||
| #else | ||||
| #define FSP_FUSE_MEMFN_V                malloc, free | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| #define FUSE_OPT_KEY(templ, key)        { templ, -1, key } | ||||
| #define FUSE_OPT_END                    { NULL, 0, 0 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user