polardb/polardbx-engine
extra/curl/curl-7.86.0/CMakeLists.txt
:1314
check_c_source_compiles("
#include <_mingw.h>
#if defined(__MINGW64_VERSION_MAJOR)
#error
#endif
int main(void) {
return 0;
}"
HAVE_MINGW_ORIGINAL)