Skip to content

Commit

Permalink
wrong define label
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Dec 4, 2024
1 parent 5c211f1 commit fd147d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd147d1

Please sign in to comment.