1
1
Форкнуть 0
libssh2/win32
Viktor Szakats 64769acab5 win32/GNUmakefile: define HAVE_WINDOWS_H
This macro was only used in test/example code before, now it is
also used in library code, but only defined automatically by
automake/cmake, so let's do the same for the standalone win32
make file.

It'd be probably better to just rely on the built-in _WIN32 macro
to detect the presence of windows.h though. It's already used
in most of libssh2 library code. There is a 3rd, similar macro
named LIBSSH2_WIN32, which might also be replaced with _WIN32.

Ref: 8b870ad771
Closes https://github.com/libssh2/libssh2/pull/266
2018-09-12 08:57:57 +00:00
..
test web: the site is now HTTPS 2016-02-23 08:52:47 +01:00
.gitignore Ignore generated file. 2012-10-24 03:29:50 +02:00
GNUmakefile win32/GNUmakefile: define HAVE_WINDOWS_H 2018-09-12 08:57:57 +00:00
Makefile.Watcom Watcom build: added support for WinCNG build. 2014-12-08 02:56:34 +01:00
config.mk NMake build: fixed LIBS settings. 2014-12-01 13:21:50 +01:00
libssh2.dsw fixed libssh2.dsw to use the generated libssh2.dsp; removed old *.dsp files. 2010-06-10 02:43:49 +02:00
libssh2.rc web: the site is now HTTPS 2016-02-23 08:52:47 +01:00
libssh2_config.h Fix MSVC 14 compilation errors 2016-04-02 11:19:04 +01:00
msvcproj.foot Ensure that win32/libssh2.dsp will be generated with CRLF line endings 2009-10-17 02:58:53 +02:00
msvcproj.head win32: Added WinCNG targets to generated Visual Studio project 2014-05-18 00:07:59 +02:00
rules.mk Add support for win32. 2005-01-03 22:46:15 +00:00
tests.dsp fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00