mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] libssh2 using export table?


From: Moritz Bunkus
Subject: Re: [Mingw-cross-env-list] libssh2 using export table?
Date: Tue, 13 Dec 2011 00:12:10 +0100

Hey,

It turns out that libssh2.h needs either LIBSSH2_API defined for each
compilation (unreasonable to require of client code) or a patch.
Otherwise it will define LIBSSH2_API to "declspec(dllexport)" causing
the export tables to be created.

Here's the new patch that fixes the problem.

Kind regards,
mo

Attachment: libssh2-2-dont-dllexport.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]