[PATCH v5 1/5] vkd3d: Add simple pthread wrapper for MSVC.

Hans-Kristian Arntzen post at arntzen-software.no
Mon Nov 18 12:08:00 CST 2019


On 11/18/19 4:36 PM, Henri Verbeet wrote:
> On Mon, 18 Nov 2019 at 18:14, Hans-Kristian Arntzen
> <post at arntzen-software.no> wrote:
>>   create mode 100644 include/private/vkd3d_threads.h
>>
> You'd have to add this to libvkd3d_la_SOURCES.
>
>> +#ifdef _WIN32
>> +/* This value isn't really used for anything useful on Windows, just need some kind of value. */
>> +#define VKD3D_PATH_MAX _MAX_PATH
>> +#else
>> +#define VKD3D_PATH_MAX PATH_MAX
>>   #endif
> That looks like an unrelated change.

Yes. Fallout from last rebase.

Cheers,
Hans-Kristian




More information about the wine-devel mailing list