[PATCH 2/2] wininet: fix fd_set redefinition on NetBSD

Alexandre Julliard julliard at winehq.org
Tue Dec 4 07:52:25 CST 2018


Frédéric Fauberteau <triaxx at NetBSD.org> writes:

> On NetBSD, time.h includes sys/time.h that includes sys/select.h. It must
> be included before winsock2.h that redefines fd_set.

winsock2.h is supposed to be included before everything else so that it
can properly redefine the types.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list