From db46c292750493d2e98a21ec24a8a407fd8b3207 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 15 Apr 2020 10:17:48 +0100 Subject: inotifyd: WIN32 port Use ReadDirectoryChangesW to implement inotifyd for WIN32. There are limitations: - It's only possible to watch directories, not files. - The notification doesn't distinguish between different changes to file state. All changes other than creation, deletion and renaming are reported as 'c'. --- win32/sys/inotify.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 win32/sys/inotify.h (limited to 'win32') diff --git a/win32/sys/inotify.h b/win32/sys/inotify.h new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-55-g6feb