cmake: drop fseeko() pre-fill and check for Windows

To sync detection code with autotools.

Closes #16041
This commit is contained in:
Viktor Szakats 2025-01-18 00:07:16 +01:00
parent 0ed36150b6
commit 08e2cceaf1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 9 additions and 8 deletions

View file

@ -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;