-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Description
make -C depends HOST=x86_64-w64-mingw32
/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'?
51 | ULONG WINAPI SetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
| ^~~~~~~~~~~~
| PMIB_TCPROW
/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'?
51 | ULONG WINAPI SetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
| ^~~~~~~~~~~~~~~
| SC_STATUS_TYPE
/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'?
52 | ULONG WINAPI GetUdp6Table (PMIB_UDP6TABLE Udp6Table, PULONG SizePointer, WINBOOL Order);
| ^~~~~~~~~~~~~~
| PMIB_UDPTABLE
mingw-w64 13.0.0 announce: https://sourceforge.net/p/mingw-w64/mailman/message/59192665.