Fix Windows static build On Windows, static compilation needs G_INTL_STATIC_COMPILATION to be also defined during compilation. Else functions are exported with __declspec(dllexport) which causes issues when importing symbols during linkage with the static library.