ssh2/include
Bob Kast c355d31ff9 windows build: do not export externals from static library
If you are building a DLL, then you need to explicitly export each
entry point. When building a static library, you should not.

libssh2 was exporting the entry points whether it was building a DLL or a
static library. To elaborate further, if libssh2 was used as a static
library, which was being linked into a DLL, the libssh2 API would be
exported from that separate DLL.
2014-05-19 19:17:30 +02:00
..
libssh2_publickey.h From: Alexander Lamaison <swish@lammy.co.uk> 2009-07-17 23:40:32 +02:00
libssh2_sftp.h sftp: Add support for fsync (OpenSSH extension). 2013-04-09 16:25:54 +02:00
libssh2.h windows build: do not export externals from static library 2014-05-19 19:17:30 +02:00