1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +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

@@ -41,6 +41,7 @@
#if defined(_WIN32)
#include <windows.h>
#include <winerror.h>
#define usleep(n) Sleep(n/1000)
#else
#include <unistd.h>