gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 16/116: curl_setup.h: oops, shorten the too long li


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 16/116: curl_setup.h: oops, shorten the too long line
Date: Tue, 05 Dec 2017 14:50:46 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit fe03485e9378c55b71b340a8fcee7800d1805813
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Oct 27 11:12:45 2017 +0200

    curl_setup.h: oops, shorten the too long line
---
 lib/curl_setup.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index efd8281a4..25a7b4c54 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 <winapifamily.h>
-#  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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]