simple code cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-09 14:01:03 +09:00
parent 657c14fc93
commit 6ba0d3b345
3 changed files with 10 additions and 7 deletions

View File

@ -43,9 +43,10 @@
# define INCL_DOSPROCESS
# define INCL_DOSERRORS
# include <os2.h>
#elif defined(__MSDOS__)
#elif defined(__DOS__)
# include <dos.h>
# include <time.h>
# include <signal.h>
#elif defined(macintosh)
# include <Timer.h>
#else

View File

@ -44,9 +44,10 @@
# define INCL_DOSPROCESS
# define INCL_DOSERRORS
# include <os2.h>
#elif defined(__MSDOS__)
#elif defined(__DOS__)
# include <dos.h>
# include <time.h>
# include <signal.h>
#elif defined(macintosh)
# include <Timer.h>
#else