ObjFW  Diff

Differences From Artifact [11985b8c37]:

To Artifact [246c410c6b]:


567
568
569
570
571
572
573
574

575
576
577
578
579
580
581
582
567
568
569
570
571
572
573

574

575
576
577
578
579
580
581







-
+
-







AC_TRY_COMPILE([
	#include <stddef.h>
	#ifndef _WIN32
	# include <sys/types.h>
	# include <sys/socket.h>
	# include <netdb.h>
	#else
	# define _WIN32_WINNT 0x0501
	typedef unsigned char BOOL;
	# include <windows.h>
	# include <ws2tcpip.h>
	#endif
], [
	struct addrinfo ai;
	getaddrinfo(NULL, NULL, NULL, NULL);
], [
	AC_MSG_RESULT(yes)