Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Use UV_GENERATE_STATIC instead of UV_GENERATE_INTERNAL
Browse files Browse the repository at this point in the history
Fixes the Windows build.
  • Loading branch information
piscisaureus committed Mar 16, 2012
1 parent dfda500 commit b2f478e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/uv-common.c
Expand Up @@ -191,8 +191,7 @@ static int cmp_ares_tasks(const uv_ares_task_t* a, const uv_ares_task_t* b) {
}


RB_GENERATE_INTERNAL(uv__ares_tasks, uv_ares_task_s, node, cmp_ares_tasks,
inline static __attribute__((unused)))
RB_GENERATE_STATIC(uv__ares_tasks, uv_ares_task_s, node, cmp_ares_tasks);


/* add ares handle to list */
Expand Down

0 comments on commit b2f478e

Please sign in to comment.