Commit fc37619b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

message queues WinCE compile fix

parent 4df46145
...@@ -141,7 +141,7 @@ void __msg_Destroy( vlc_object_t *p_this ) ...@@ -141,7 +141,7 @@ void __msg_Destroy( vlc_object_t *p_this )
FlushMsg( p_queue ); FlushMsg( p_queue );
#ifdef UNDER_CE #ifdef UNDER_CE
if( i == MSG_STREAM_NORMAL ) if( i == MSG_QUEUE_NORMAL )
CloseHandle( p_this->p_libvlc->msg_bank.pp_queues[MSG_QUEUE_NORMAL]->logfile ); CloseHandle( p_this->p_libvlc->msg_bank.pp_queues[MSG_QUEUE_NORMAL]->logfile );
#endif #endif
/* Destroy lock */ /* Destroy lock */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment