GNU ld has got an exception for such symbols, and mingw-w64 occasionally uses that exception to avoid exporting symbols in cases where they otherwise aren't caught by the other exclusion mechanisms.
Details
Details
Diff Detail
Diff Detail
Differential D40553
[LLD] [COFF] Don't export symbols that have corresponding __imp_ symbols mstorsjo on Nov 28 2017, 6:04 AM. Authored by
Details GNU ld has got an exception for such symbols, and mingw-w64 occasionally uses that exception to avoid exporting symbols in cases where they otherwise aren't caught by the other exclusion mechanisms.
Diff Detail Event Timeline |
Don't you have to handle the i386 name mangling which is ___imp_ (triple underscores)?