mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	fuse: better handling of long (Cygwin64 vs Win64)
This commit is contained in:
		| @@ -138,6 +138,11 @@ struct fuse_statvfs | ||||
|  | ||||
| #define FSP_FUSE_ENV_INIT               { 'C', malloc, free } | ||||
|  | ||||
| /* | ||||
|  * Note that long is 8 bytes long in Cygwin64 and 4 bytes long in Win64. | ||||
|  * For this reason we avoid using long anywhere in these headers. | ||||
|  */ | ||||
|  | ||||
| #else | ||||
| #error unsupported environment | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user