Skip to content

Commit b3821e4

Browse files
committed
DEPLOYMENT_TARGET_MACOSX || TARGET_OS_IPHONE -> TARGET_OS_MAC
1 parent 4a47507 commit b3821e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CoreFoundation/RunLoop.subproj/CFRunLoop.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ typedef struct UnsignedWide {
552552
typedef UnsignedWide AbsoluteTime;
553553
#endif
554554

555-
#if DEPLOYMENT_TARGET_MACOSX || TARGET_OS_IPHONE
555+
#if TARGET_OS_MAC
556556

557557
#if USE_DISPATCH_SOURCE_FOR_TIMERS
558558
#endif
@@ -1951,7 +1951,7 @@ static void __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__(void (*pe
19511951
}
19521952

19531953
static void __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__(
1954-
#if DEPLOYMENT_TARGET_MACOSX || TARGET_OS_IPHONE
1954+
#if TARGET_OS_MAC
19551955
void *(*perform)(void *msg, CFIndex size, CFAllocatorRef allocator, void *info),
19561956
mach_msg_header_t *msg, CFIndex size, mach_msg_header_t **reply,
19571957
#else

0 commit comments

Comments
 (0)