(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
authortron
Sat, 22 Jan 2005 18:59:53 +0000
changeset 1090 7a367d006de9
parent 1089 36d75679919a
child 1091 be3ba61df059
(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
dedicated.c
--- a/dedicated.c	Sat Jan 22 18:51:09 2005 +0000
+++ b/dedicated.c	Sat Jan 22 18:59:53 2005 +0000
@@ -157,7 +157,7 @@
 static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {}
 static bool DedicatedVideoChangeRes(int w, int h) { return false; }
 
-#ifdef UNIX
+#if defined(UNIX) || defined(__OS2__)
 static bool InputWaiting(void)
 {
 	struct timeval tv;