29 Jan
2024
29 Jan
'24
10:08 a.m.
Alexandre Julliard (@julliard) commented about server/thread.c:
};
static struct list thread_list = LIST_INIT(thread_list); +#ifdef __linux__ +static int nice_limit; +#endif + +void init_threading(void) +{ +#ifdef __linux__ +#ifdef RLIMIT_NICE Please avoid unnecessary #ifdefs.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4551#note_59326