Dmitry Timoshkov dmitry@baikal.ru writes:
This patch in particular fixes 32-bit build where a slightly old ming32-dlltool chokes on krn386.exe16.ApiName entries. These are marked as PRIVATE anyway, so they won't appear in the generated import library.
This should be done only for the mingw case, not for the .def import lib case. We need a list of all the functions to get the correct ordinal hints.