mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
opt: cygfuse: undef _WIN32, _WIN64 symbols before including fuse*.h
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#undef _WIN32
|
||||
#undef _WIN64
|
||||
|
||||
static HANDLE cygfuse_init_winfsp();
|
||||
static HANDLE cygfuse_init_fail(int err);
|
||||
|
Reference in New Issue
Block a user