On Mon, 18 Nov 2019 at 22:44, Hans-Kristian Arntzen post@arntzen-software.no wrote:
+AC_ARG_ENABLE([force-utils-wrapper],
AS_HELP_STRING([--enable-force-utils-wrapper], [Target vkd3d-utils when targeting Windows (default: disabled)]),,
[enable_force_utils_wrapper=no])
I'm not sure that's really needed. You could make the distinction based on whether we're building the "crosstest" target or the regular tests (potentially for a Win32 --host). That would also allow you to build both variants on Windows, as on Linux and macOS.
-# include <pthread.h> +# include "vkd3d_threads.h"
This introduces a dependency on patch 174046.