Sfoglia il codice sorgente

Merge branch 'curl-ssize_t' into release-3.13

Merge-request: !2513
Brad King 7 anni fa
parent
commit
8b5cd17000
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      Utilities/cmcurl/lib/curl_config.h.cmake

+ 6 - 0
Utilities/cmcurl/lib/curl_config.h.cmake

@@ -876,6 +876,12 @@
 /* The size of `long', as computed by sizeof. */
 @SIZEOF_LONG_CODE@
 
+/* The size of `long long', as computed by sizeof. */
+@SIZEOF_LONG_LONG_CODE@
+
+/* The size of `__int64', as computed by sizeof. */
+@SIZEOF___INT64_CODE@
+
 /* The size of `off_t', as computed by sizeof. */
 @SIZEOF_OFF_T_CODE@