Removed the io.c #include from the dummy IOCTL handler and added the handler to the Unix SDL UI as well.

This commit is contained in:
OBattler
2024-05-20 04:04:13 +02:00
parent 1b68770bda
commit d07f018e6b
3 changed files with 241 additions and 2 deletions

View File

@@ -17,7 +17,6 @@
* Copyright 2023 Miran Grca.
*/
#include <inttypes.h>
#include <io.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>