mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
cmake: drop fseeko() pre-fill and check for Windows
To sync detection code with autotools. Closes #16041
This commit is contained in:
parent
0ed36150b6
commit
08e2cceaf1
3 changed files with 9 additions and 8 deletions
|
|
@ -941,7 +941,7 @@ endings either CRLF or LF so 't' is appropriate.
|
|||
as their argument */
|
||||
#define STRCONST(x) x,sizeof(x)-1
|
||||
|
||||
/* Some versions of the Android SDK is missing the declaration */
|
||||
/* Some versions of the Android NDK is missing the declaration */
|
||||
#if defined(HAVE_GETPWUID_R) && \
|
||||
defined(__ANDROID_API__) && (__ANDROID_API__ < 21)
|
||||
struct passwd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue