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 <termios.h>