diff options
Diffstat (limited to 'rts/win32/AwaitEvent.c')
-rw-r--r-- | rts/win32/AwaitEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/AwaitEvent.c b/rts/win32/AwaitEvent.c index 51581025e1..b639121c87 100644 --- a/rts/win32/AwaitEvent.c +++ b/rts/win32/AwaitEvent.c @@ -25,7 +25,7 @@ static uint32_t workerWaitingForRequests = 0; void -awaitEvent(rtsBool wait) +awaitEvent(bool wait) { do { /* Try to de-queue completed IO requests |