Win: Don't use GCC/Clang visibility attribute Symbols are hidden by default on Windows, so __attribute__((visibility("hidden"))) produced a warning ("visibility attribute not supported in this configuration; ignored") with certain versions of MinGW if libjpeg-turbo was built without SIMD extensions.