Skip to content
Extraits de code Groupes Projets
Vérifiée Valider da7616b0 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: The new signature of the W's version of poll should be OK

parent 6ddde07f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!184Draft: Windows build rebased
......@@ -221,7 +221,7 @@ is_error_broken_pipe(int UNUSED error)
#if defined(LKT_OS_WIN) && (LKT_OS_WIN == 1)
PRIVATE_FUNCTION int
poll(fd_set *fds, nfds_t nfds, int timeout)
poll(LPWSAPOLLFD *fds, ULONG nfds, INT timeout)
{
return WSAPoll(fds, nfds, timeout);
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter