Archive Index
This month's Index
|
Subject: Re: Preprocessor...
Re: Preprocessor...
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 1 Mar 2010 22:19:59 +0100 (CET)
On Mon, 1 Mar 2010, double wrote:
> #if LIBSSH2_VERSION_MAJOR == 1 && LIBSSH2_VERSION_MINOR <= 2 &&
There's a much easier way. We have the LIBSSH2_VERSION_NUM define that lets
#if LIBSSH2_VERSION_NUM >= 0x010203 /* later or equal than 1.2.3 */
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-03-01 |