diff --git a/windows/queue.c b/windows/queue.c index 9db972d5bd4..e576a59b767 100644 --- a/windows/queue.c +++ b/windows/queue.c @@ -252,7 +252,7 @@ void QUEUE_Signal( HTASK16 hTask ) } SYSTEM_UNLOCK(); - if ( !wakeup ) +/* if ( !wakeup )*/ PostEvent( hTask ); }