From fd147d1cd421aa5bfa4c933ad96f3e3621796763 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Wed, 4 Dec 2024 14:26:42 -0800 Subject: [PATCH] wrong define label --- source/darwin/dispatch_queue_event_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/darwin/dispatch_queue_event_loop.c b/source/darwin/dispatch_queue_event_loop.c index 515bb5887..59b28dca7 100644 --- a/source/darwin/dispatch_queue_event_loop.c +++ b/source/darwin/dispatch_queue_event_loop.c @@ -153,7 +153,7 @@ static struct aws_string *s_get_unique_dispatch_queue_id(struct aws_allocator *a return result; } -#if defined(aws_event_loop_new_with_dispatch_queue) +#if defined(AWS_ENABLE_DISPATCH_QUEUE) /* Setup a dispatch_queue with a scheduler. */ struct aws_event_loop *aws_event_loop_new_with_dispatch_queue( struct aws_allocator *alloc,