Wii buildfix

This commit is contained in:
Cthulhu-throwaway 2022-05-31 06:07:57 -03:00
parent 8f7b5a1050
commit 39de84eb05

View file

@ -457,7 +457,7 @@ bool socket_connect_with_timeout(int fd, void *data, unsigned timeout)
return false;
}
#ifdef SO_ERROR
#if !defined(GEKKO) && defined(SO_ERROR)
{
int error = -1;
socklen_t errsz = sizeof(error);