From: Daniel Stenberg Date: Fri, 27 Oct 2017 09:12:45 +0000 (+0200) Subject: curl_setup.h: oops, shorten the too long line X-Git-Tag: curl-7_57_0~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe03485e9378c55b71b340a8fcee7800d1805813;p=thirdparty%2Fcurl.git curl_setup.h: oops, shorten the too long line --- diff --git a/lib/curl_setup.h b/lib/curl_setup.h index efd8281a45..25a7b4c545 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -751,9 +751,10 @@ endings either CRLF or LF so 't' is appropriate. /* Detect Windows App environment which has a restricted access * to the Win32 APIs. */ -# if (defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0602)) || defined(WINAPI_FAMILY) +# if (defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0602)) || \ + defined(WINAPI_FAMILY) # include -# if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && \ +# if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && \ !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) # define CURL_WINDOWS_APP # endif