Skip to content

proxy-libintl-0.4

Latest
Compare
Choose a tag to compare
@nirbheek nirbheek released this 28 Apr 10:24
· 2 commits to master since this release
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.