[PATCH v2] server: implement vm counters on FreeBSD

Alexandre Julliard julliard at winehq.org
Fri Nov 12 09:25:00 CST 2021


Damjan Jovanovic <damjan.jov at 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 at winehq.org



More information about the wine-devel mailing list