this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[CoreServices] Fix Building

+4 -4
+1 -1
src/frameworks/CoreServices/src/CarbonCore/FileManager.cpp
··· 38 38 #include <vector> 39 39 #include <CarbonCore/DateTimeUtils.h> 40 40 #include <errno.h> 41 - #include <ext/file_handle.h> 41 + #include <darling/emulation/legacy_path/ext/file_handle.h> 42 42 43 43 #define STUB() // TODO 44 44
+1 -1
src/frameworks/CoreServices/src/FSEvents/FSEventsImpl.m
··· 23 23 #include <stdlib.h> 24 24 #include <errno.h> 25 25 #include <string.h> 26 - #include <ext/sys/inotify.h> 26 + #include <darling/emulation/legacy_path/ext/sys/inotify.h> 27 27 28 28 static dispatch_queue_t g_fsEventsQueue = NULL; 29 29
+2 -2
src/frameworks/CoreServices/src/FSEvents/fseventsd.m
··· 22 22 #include <stdio.h> 23 23 #include <string.h> 24 24 #include <stdlib.h> 25 - #include <ext/fanotify.h> 26 - #include <ext/file_handle.h> 25 + #include <darling/emulation/legacy_path/ext/fanotify.h> 26 + #include <darling/emulation/legacy_path/ext/file_handle.h> 27 27 #include "./linux/fanotify.h" 28 28 #include <dispatch/dispatch.h> 29 29 #include <CoreServices/FileManager.h>