Changes to autoconf/automake scripts to improve MSYS2 compatibility. Patch from darksabre76.

This commit is contained in:
SarahW 2018-02-10 11:30:26 +00:00
commit 2f73338081
6 changed files with 1134 additions and 501 deletions

View file

@ -1,6 +1,6 @@
#ifdef _WIN32
#include <windows.h>
#include <winsock2.h>
#include <windows.h>
#endif
#include <stdint.h>
#include <stdio.h>