64769acab5
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:
|
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
config.mk | ||
GNUmakefile | ||
libssh2_config.h | ||
libssh2.dsw | ||
libssh2.rc | ||
Makefile.Watcom | ||
msvcproj.foot | ||
msvcproj.head | ||
rules.mk | ||
tests.dsp |