Hi, As far as I know, with the GCC compiler on native Windows (mingw), HAVE_VISIBILITY gets defined to 1.
And the clang compiler on native Windows does define _MSC_VER, in order to be able to use the header files from MSVC. So, your proposed change is a no-op, AFAICS. Bruno
