From 9e63fb59e7b8506183172869ea44b68cdec29be5 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 4 Oct 2024 13:36:54 -0400 Subject: Tons of changes Mainly for things that came up in other projects. Signed-off-by: Andrew Opalach --- src/fs_event/fs_event.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fs_event') diff --git a/src/fs_event/fs_event.h b/src/fs_event/fs_event.h index 0240e6f..d4983d4 100644 --- a/src/fs_event/fs_event.h +++ b/src/fs_event/fs_event.h @@ -4,6 +4,10 @@ #ifndef _WIN32 #include +#define AKI_CLOSE_WRITE IN_CLOSE_WRITE +#else +struct inotify_event {}; +#define AKI_CLOSE_WRITE 0 #endif #include "../loop.h" -- cgit v1.2.3-101-g0448