On Mon, 25 Mar 2024 09:12:19 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> (In fact, I think we have a problem everywhere in the code base where someone 
> is using `__declspec(dllexport)` directly)

src/java.base/share/native/libzip/zlib/zconf.h:#      define ZEXPORT   
__declspec(dllexport)

ZEXPORT is only defined on win32, so we must build with default on linux.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18400#issuecomment-2017790938

Reply via email to