Subject: Re: [libssh2] LIBSSH2_WIN32

Re: [libssh2] LIBSSH2_WIN32

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 15 Nov 2006 09:12:59 +0100 (CET)

On Wed, 15 Nov 2006, Gisle Vanem wrote:

> #if defined(LIBSSH2_WIN32) && (defined(_MSC_VER) && _MSC_VER < 1300)
> typedef unsigned __int64 libssh2_uint64_t;

Not even that. LIBSSH2_WIN32 is only defined when libssh2 itself is built and
since this is used in a public header it'll be included by clients/apps so we
should check for win32 by using the _WIN32 define, IMO.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel
Received on 2006-11-15