summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-22 18:59:53 +0000
committertron <tron@openttd.org>2005-01-22 18:59:53 +0000
commit6fb79d5f33c0cb6210f4a91f7ec59a1d376ee7d7 (patch)
treef3ad809498b36d3a62deaaf73fd118720ea81d3e /dedicated.c
parentb49547b2b56ca6cffe06ed7dc763feddd6519d7f (diff)
downloadopenttd-6fb79d5f33c0cb6210f4a91f7ec59a1d376ee7d7.tar.xz
(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dedicated.c b/dedicated.c
index 51f9216c2..414f2c394 100644
--- a/dedicated.c
+++ b/dedicated.c
@@ -157,7 +157,7 @@ static void DedicatedVideoStop(void)
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;