зеркало из https://github.com/mozilla/gecko-dev.git
25eda66c1a
As long as symbols have the right declspec, the linker is going to export them as expected. The main exception to when we actually need the exported symbol to have a different name, which is the case for the symbols normally exported by the CRT. So keep only those renamed symbols in mozglue.def.in. Keeping the jemalloc symbols in this file kind of implies that we need every new API entry points to appear in there when it's not true. This thus removes an unnecessary moving part when adding new allocator API entry points. --HG-- extra : rebase_source : 76faa659d62d46f3624fe3f1df0c09beb68e3549 |
||
---|---|---|
.. | ||
android | ||
build | ||
linker | ||
misc | ||
tests | ||
moz.build |