mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
Add stdio for Windows serial
This commit is contained in:
parent
0e3eaf724b
commit
fb9b6886fa
@ -49,6 +49,7 @@ int CharIoNull::rcv_char(uint8_t *c)
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
||||
HANDLE hInput = GetStdHandle(STD_INPUT_HANDLE);
|
||||
|
Loading…
Reference in New Issue
Block a user