[PATCH] winebuild: Don't output private entries when generating a .def file.

Alexandre Julliard julliard at winehq.org
Wed Apr 10 01:39:25 CDT 2019


Dmitry Timoshkov <dmitry at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list