1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

doc: Remove the note.

This commit is contained in:
Andreas Schneider
2010-12-21 15:13:18 +01:00
parent 6a26335158
commit 55470aaaf1

View File

@ -17,7 +17,7 @@ On UNIX systems linking against the static version of the library is the
same as linking against the shared library. Both have the same name. Some
build system require to use the full path to the static library.
@note On Windows you need to define LIBSSH_STATIC in the compiler command
On Windows you need to define LIBSSH_STATIC in the compiler command
line. This is required cause the dynamic library needs to specify the
dllimport attribute.