try mingw32ce fix 1 cleanup

This commit is contained in:
Viktor Szakats 2025-02-26 02:13:45 +01:00
parent e6359cacb0
commit f59006e8d7
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -124,8 +124,7 @@
C99 (-std=gnu99) mode */
#if defined(__MINGW32CE__) && !defined(CURL_NO_FMT_CHECKS) && \
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) && \
(defined(__GNUC__) && \
((__GNUC__ == 4) && (__GNUC_MINOR__ == 4)))
(defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ == 4))
#define CURL_NO_FMT_CHECKS
#endif