Skip to content

Commit

Permalink
Merge pull request paulmillr#347 from valera-rozuvan/patch-1
Browse files Browse the repository at this point in the history
Update URLs pointing to constants in Apple docs
  • Loading branch information
paulmillr committed Nov 8, 2020
2 parents f650d82 + 7cc8e20 commit d049ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "CoreFoundation/CoreFoundation.h"
#include "CoreServices/CoreServices.h"

// constants from https://developer.apple.com/library/mac/documentation/Darwin/Reference/FSEvents_Ref/index.html#//apple_ref/doc/constant_group/FSEventStreamEventFlags
// constants from https://developer.apple.com/documentation/coreservices/1455361-fseventstreameventflags?language=objc
#ifndef kFSEventStreamEventFlagNone
#define kFSEventStreamEventFlagNone 0x00000000
#endif
Expand Down Expand Up @@ -101,7 +101,7 @@
#define kFSEventStreamEventFlagItemCloned 0x00400000
#endif

// constants from https://developer.apple.com/library/mac/documentation/Darwin/Reference/FSEvents_Ref/index.html#//apple_ref/doc/constant_group/FSEventStreamCreateFlags
// constants from https://developer.apple.com/documentation/coreservices/1455376-fseventstreamcreateflags?language=objc
#ifndef kFSEventStreamCreateFlagNone
#define kFSEventStreamCreateFlagNone 0x00000000
#endif
Expand Down

0 comments on commit d049ed4

Please sign in to comment.