Scripts to build release binaries without Github CI (WIP)
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#elif defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) || defined(__MACH__)
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <WinDNS.h>
|
||||
#include <windns.h>
|
||||
#elif defined(HAVE_RES_QUERY)
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
Reference in New Issue
Block a user