File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,12 @@ dispatch_queue_serial_t
221
221
_dispatch_runloop_root_queue_create_4CF (const char * _Nullable label ,
222
222
unsigned long flags );
223
223
224
- #if TARGET_OS_MAC || defined(_WIN32 )
225
224
API_AVAILABLE (macos (10.9 ), ios (7.0 ))
226
225
DISPATCH_EXPORT DISPATCH_WARN_RESULT DISPATCH_NOTHROW
227
226
dispatch_runloop_handle_t
228
227
_dispatch_runloop_root_queue_get_port_4CF (dispatch_queue_t queue );
229
228
229
+ #if TARGET_OS_MAC
230
230
API_AVAILABLE (macos (10.13 .2 ), ios (11.2 ), tvos (11.2 ), watchos (4.2 ))
231
231
DISPATCH_EXPORT DISPATCH_WARN_RESULT DISPATCH_NOTHROW
232
232
bool
Original file line number Diff line number Diff line change @@ -6929,13 +6929,11 @@ _dispatch_get_main_queue_handle_4CF(void)
6929
6929
return _dispatch_runloop_queue_get_handle (dq -> _as_dl );
6930
6930
}
6931
6931
6932
- #if TARGET_OS_MAC
6933
6932
dispatch_runloop_handle_t
6934
6933
_dispatch_get_main_queue_port_4CF (void )
6935
6934
{
6936
6935
return _dispatch_get_main_queue_handle_4CF ();
6937
6936
}
6938
- #endif
6939
6937
6940
6938
void
6941
6939
_dispatch_main_queue_callback_4CF (
You can’t perform that action at this time.
0 commit comments