diff osdep/getch2.c @ 12122:cacdfa298d37

morphos support by Nicolas Det
author alex
date Mon, 05 Apr 2004 21:33:08 +0000
parents e11fc0ef72db
children 3758536dcef3
line wrap: on
line diff
--- a/osdep/getch2.c	Mon Apr 05 21:31:27 2004 +0000
+++ b/osdep/getch2.c	Mon Apr 05 21:33:08 2004 +0000
@@ -3,7 +3,7 @@
 #include "../config.h"
 
 //#define USE_TERMCAP
-#ifndef __OS2__
+#if !defined(__OS2__) && !defined(__MORPHOS__)
 #define USE_IOCTL
 #endif