mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
cmake: drop unused LONG_LONG reference from Windows prefills
It's no longer used in curl.
Follow-up to 0159100f4f #20233
Closes #20241
This commit is contained in:
parent
2465f7c61d
commit
f4b16563ab
1 changed files with 0 additions and 1 deletions
|
|
@ -185,7 +185,6 @@ set(HAVE_SIZEOF_SUSECONDS_T 0)
|
|||
if(MINGW OR MSVC)
|
||||
curl_prefill_type_size("INT" 4)
|
||||
curl_prefill_type_size("LONG" 4)
|
||||
curl_prefill_type_size("LONG_LONG" 8)
|
||||
curl_prefill_type_size("__INT64" 8)
|
||||
curl_prefill_type_size("CURL_OFF_T" 8)
|
||||
curl_prefill_type_size("CURL_SOCKET_T" ${CMAKE_SIZEOF_VOID_P})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue