We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #23011, DllMain is included in the static library for gettext-runtime, not sure if this is intentional MINGW64:
$ nm /mingw64/lib/libintl.a | grep DllMain 0000000000000010 T DllMain
CLANG64:
$ nm /clang64/lib/libintl.a | grep DllMain 00000010 T DllMain 00000000 b DllMain.location
UCRT64:
$ nm /ucrt64/lib/libintl.a | grep DllMain 0000000000000010 T DllMain
DllMain is included only in the shared library
DllMain is included in both the static library and the shared library
MINGW64_NT-10.0-26100
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description / Steps to reproduce the issue
After #23011, DllMain is included in the static library for gettext-runtime, not sure if this is intentional
MINGW64:
CLANG64:
UCRT64:
Expected behavior
DllMain is included only in the shared library
Actual behavior
DllMain is included in both the static library and the shared library
Verification
Windows Version
MINGW64_NT-10.0-26100
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: