12 Nov
2021
12 Nov
'21
9:25 a.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
+ +/* Prevent sys/user.h from including sys/proc.h, which redefines 'struct thread': */ +#define _SYS_PROC_H_ +#ifdef HAVE_MACHINE_PROC_H +# include <machine/proc.h> +#endif
Is this really the way we are supposed to use these headers? -- Alexandre Julliard julliard(a)winehq.org