make -C depends HOST=x86_64-w64-mingw32
0/opt/homebrew/Cellar/mingw-w64/13.0.0/toolchain-x86_64/x86_64-w64-mingw32/include/iphlpapi.h:51:44: error: unknown type name 'PMIB_TCP6ROW'; did you mean 'PMIB_TCPROW'?
1 51 | ULONG WINAPI SetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
2 | ^~~~~~~~~~~~
3 | PMIB_TCPROW
4/opt/homebrew/Cellar/mingw-w64/13.0.0/toolchain-x86_64/x86_64-w64-mingw32/include/iphlpapi.h:51:62: error: unknown type name 'TCP_ESTATS_TYPE'; did you mean 'SC_STATUS_TYPE'?
5 51 | ULONG WINAPI SetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
6 | ^~~~~~~~~~~~~~~
7 | SC_STATUS_TYPE
8/opt/homebrew/Cellar/mingw-w64/13.0.0/toolchain-x86_64/x86_64-w64-mingw32/include/iphlpapi.h:52:30: error: unknown type name 'PMIB_UDP6TABLE'; did you mean 'PMIB_UDPTABLE'?
9 52 | ULONG WINAPI GetUdp6Table (PMIB_UDP6TABLE Udp6Table, PULONG SizePointer, WINBOOL Order);
10 | ^~~~~~~~~~~~~~
11 | PMIB_UDPTABLE
mingw-w64 13.0.0 announce: https://sourceforge.net/p/mingw-w64/mailman/message/59192665.