mirror of
https://github.com/encounter/notify.git
synced 2026-07-10 12:18:48 -07:00
fixup broken builds for macos from PR #499
This commit is contained in:
@@ -29,6 +29,7 @@ use std::thread;
|
||||
|
||||
bitflags::bitflags! {
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
struct StreamFlags: u32 {
|
||||
const NONE = fs::kFSEventStreamEventFlagNone;
|
||||
const MUST_SCAN_SUBDIRS = fs::kFSEventStreamEventFlagMustScanSubDirs;
|
||||
|
||||
Reference in New Issue
Block a user