The source project of this merge request has been removed.
zink: fix win32 build
- fix a compilation error on win32:
src/gallium/drivers/zink/zink_context.c:3249:23: error: implicit declaration of function 'strndup'; did you mean 'strdup'? [-Werror=implicit-function-declaration]
- fix a swr warning while at it
Edited by xantares