Needed to compile Tera Term.
From: Alex Henrie alexhenrie24@gmail.com
Needed to compile Tera Term. --- include/winsock2.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/winsock2.h b/include/winsock2.h index 86050025074..2e95733189e 100644 --- a/include/winsock2.h +++ b/include/winsock2.h @@ -782,6 +782,7 @@ typedef struct _OVERLAPPED* LPWSAOVERLAPPED; #define WSATRY_AGAIN (WSABASEERR + 1002) #define WSANO_RECOVERY (WSABASEERR + 1003) #define WSANO_DATA (WSABASEERR + 1004) +#define WSANO_ADDRESS WSANO_DATA
#define WSA_IO_PENDING (ERROR_IO_PENDING) #define WSA_IO_INCOMPLETE (ERROR_IO_INCOMPLETE)
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=125080
Your paranoid android.
=== debian11 (build log) ===
Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24738. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24738. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24738.