Skip to content

Releases: frida/proxy-libintl

proxy-libintl-0.4

28 Apr 10:24
Compare
Choose a tag to compare
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.