diff options
-rw-r--r-- | dedicated.c | 2 |
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; |