(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way

This commit is contained in:
tron 2005-01-22 18:59:53 +00:00
parent b49547b2b5
commit 6fb79d5f33

View File

@ -157,7 +157,7 @@ static void DedicatedVideoStop(void)
static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {} static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {}
static bool DedicatedVideoChangeRes(int w, int h) { return false; } static bool DedicatedVideoChangeRes(int w, int h) { return false; }
#ifdef UNIX #if defined(UNIX) || defined(__OS2__)
static bool InputWaiting(void) static bool InputWaiting(void)
{ {
struct timeval tv; struct timeval tv;