Files
gimp/libgimpbase
Ell fb40d37bce libgimpbase: avoid double definition of exported variables on Windows
... by qualifying them with "extern", in addition to
"__declspec(dllexport)".  Omitting "extern" happened to work in the
past, but recent GCC versions require it.

(cherry picked from commit b2e223813b)
2020-06-10 18:29:33 +03:00
..