mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-07 15:34:17 +00:00
platform.h moved.
This commit is contained in:
parent
1aaf57ca54
commit
f4b375c651
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue