Igalia / vkrunner

A shader script tester for Vulkan. Moved to https://gitlab.freedesktop.org/mesa/vkrunner
Other
43 stars 14 forks source link

Use vr_strcasecmp for Windows compatibility #74

Closed Icohedron closed 1 year ago

Icohedron commented 1 year ago

The vr-util.h has a preprocessor definition for vr_strcasecmp that selects the correct case-insensitive string comparison function for the current operating system. However, vr-util.c contains uses of strcasecmp instead of vr_strcasecmp, which causes compilation to fail on Windows.

bpeel commented 1 year ago

Thanks for the PR. It looks good to me.

I don’t have write access to merge it myself.