mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
opt: cygfuse: undef _WIN32, _WIN64 symbols before including fuse*.h
This commit is contained in:
parent
8dc4225ea1
commit
8c1c407b34
@ -16,6 +16,8 @@
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#undef _WIN32
|
||||
#undef _WIN64
|
||||
|
||||
static HANDLE cygfuse_init_winfsp();
|
||||
static HANDLE cygfuse_init_fail(int err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user