1
0
mirror of https://github.com/simh/simh.git synced 2026-02-08 17:22:11 +00:00

MINGW: Reorder windows include files to avoid future complications

This commit is contained in:
Mark Pizzolato
2018-02-12 20:48:39 -08:00
parent 2b9ce757fd
commit ce8aea13bc
5 changed files with 3 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ extern int sim_vax_snprintf(char *buf, size_t buf_size, const char *fmt, ...);
#ifdef _WIN32
#include <winsock2.h>
#include <windows.h>
#include <winerror.h>
#undef PACKED /* avoid macro name collision */
#undef ERROR /* avoid macro name collision */