1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

fix compile on mingw-w64.

This commit is contained in:
Redbeanw44602
2025-07-24 13:43:26 +08:00
parent c56131ef7d
commit 7c9611d994

View File

@@ -10,7 +10,7 @@
#include <stddef.h>
#ifdef _WIN32
#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#else