From 73ca44cb1c2951a88738df8a809f6641365367d4 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 25 Oct 2019 21:56:21 +0000 Subject: [PATCH] Core/SSH: Fixed to compile with MSC git-svn-id: svn://ultimatepp.org/upp/trunk@13659 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/SSH/libssh2/libssh2_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/Core/SSH/libssh2/libssh2_config.h b/uppsrc/Core/SSH/libssh2/libssh2_config.h index 951d0d275..5db750c24 100644 --- a/uppsrc/Core/SSH/libssh2/libssh2_config.h +++ b/uppsrc/Core/SSH/libssh2/libssh2_config.h @@ -83,9 +83,9 @@ #ifdef flagPOSIX #define HAVE_POLL #endif - +#ifdef flagGCC #define HAVE_GETTIMEOFDAY - +#endif //#define HAVE_INET_ADDR #define HAVE_SELECT #define HAVE_SOCKET