]> granicus.if.org Git - curl/commitdiff
curl_setup.h: oops, shorten the too long line
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Oct 2017 09:12:45 +0000 (11:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Oct 2017 09:12:45 +0000 (11:12 +0200)
lib/curl_setup.h

index efd8281a455a44e1efd8babef3d44c4e617be233..25a7b4c545dc94ea1b7b0ab47a95481bc42966b2 100644 (file)
@@ -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