From f4b375c65189491e5b27dc5a3e1a3689eb899477 Mon Sep 17 00:00:00 2001 From: xorstream Date: Sat, 21 Jan 2017 00:03:50 +1100 Subject: [PATCH] platform.h moved. --- include/{ => unicorn}/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename include/{ => unicorn}/platform.h (99%) diff --git a/include/platform.h b/include/unicorn/platform.h similarity index 99% rename from include/platform.h rename to include/unicorn/platform.h index 8c34bcfb..f009a3c4 100644 --- a/include/platform.h +++ b/include/unicorn/platform.h @@ -222,7 +222,7 @@ static void usleep(const int64_t &t) { // termios.h compatibility -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(_WIN32) // TODO: termios stuff here ... #else #include