Skip to content
Snippets Groups Projects
Commit 78d10ce4 authored by sof's avatar sof
Browse files

[project @ 1999-09-12 16:24:46 by sof]

inputReady() and mingw - always return 1, not 0
parent d70703b1
No related merge requests found
/* /*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
* *
* $Id: inputReady.c,v 1.4 1999/03/01 09:23:58 sof Exp $ * $Id: inputReady.c,v 1.5 1999/09/12 16:24:46 sof Exp $
* *
* hReady Runtime Support * hReady Runtime Support
*/ */
...@@ -71,7 +71,7 @@ StgInt msecs; ...@@ -71,7 +71,7 @@ StgInt msecs;
} }
#ifdef mingw32_TARGET_OS #ifdef mingw32_TARGET_OS
return 0; return 1;
#else #else
fd = fo->fd; fd = fo->fd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment