iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

Make IDirect3DShaderValidator9Vtbl extern #76

Closed FireBurn closed 4 years ago

FireBurn commented 4 years ago

This fixes build issues with GCC 10.1 which defaults to -fno-common

/usr/bin/x86_64-pc-linux-gnu-ld: error: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o: multiple definition of 'IDirect3DShaderValidator9Vtbl'

This fixes https://github.com/iXit/wine-nine-standalone/issues/75

dhewg commented 4 years ago

Thanks!