mirror of
https://github.com/simh/simh.git
synced 2026-01-27 04:22:24 +00:00
MINGW: Reorder windows include files to avoid future complications
This commit is contained in:
@@ -63,6 +63,7 @@ extern "C" {
|
||||
#if defined(_WIN32)
|
||||
#include <process.h>
|
||||
#include <windows.h>
|
||||
#include <winerror.h>
|
||||
#define sleep(n) Sleep(n*1000)
|
||||
#define msleep(n) Sleep(n)
|
||||
#define strtoull _strtoui64
|
||||
|
||||
Reference in New Issue
Block a user