From: Redbeanw44602 Date: Thu, 24 Jul 2025 05:43:26 +0000 (+0800) Subject: fix compile on mingw-w64. X-Git-Tag: 0.7.35~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9611d9940b7dd55a06f458284ef231cb8ef65e;p=thirdparty%2Flibsolv.git fix compile on mingw-w64. --- diff --git a/ext/solv_xfopen.h b/ext/solv_xfopen.h index 24b68252..92255361 100644 --- a/ext/solv_xfopen.h +++ b/ext/solv_xfopen.h @@ -10,7 +10,7 @@ #include -#ifdef _WIN32 +#ifdef _MSC_VER #include typedef SSIZE_T ssize_t; #else