Re: [Mesa-dev] [PATCH v2 01/49] util: move process.[ch] to u_process.[ch]

2018-07-10 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Jul 10, 2018 at 7:17 PM, Dylan Baker wrote: > On windows process.h is a system provided header, and it's required in > include/c11/threads_win32.h. This header interferes with searching for > that header, and results in windows build warnings with scons, b

[Mesa-dev] [PATCH v2 01/49] util: move process.[ch] to u_process.[ch]

2018-07-10 Thread Dylan Baker
On windows process.h is a system provided header, and it's required in include/c11/threads_win32.h. This header interferes with searching for that header, and results in windows build warnings with scons, but errors in meson which doesn't allow implicit function declarations. Just rename process to