bindexplib: fix constants symbols export
This patch fixes bindexplib to add constants to .def
file.
Note about testcase:
_declspec(dllimport)
is needed because <something> DATA
emits only _imp_<something>
in .lib
file ( https://docs.microsoft.com/en-us/cpp/build/importing-using-def-files )
Merge request reports
Activity
- Resolved by Brad King
added workflow:wip label
added os:windows label
added workflow:in-review and removed workflow:wip labels
changed milestone to %3.9.0
assigned to @brad.king
added workflow:nightly-testing and removed workflow:in-review labels
removed workflow:nightly-testing label
mentioned in commit 34a083a1
mentioned in merge request !1041 (merged)
mentioned in issue #17045 (closed)
Unfortunately this causes a regression and so needs to be reverted for the 3.9 release pending further investigation. See #17045 (closed) and !1041 (merged).
mentioned in issue #18365