11 #include "threads/CriticalSection.h"    12 #include "threads/Event.h"    13 #include "threads/Thread.h"    14 #include "windowing/WinEvents.h"    28   size_t GetQueueSize();
    33   CCriticalSection m_eventsCond;
    34   std::list<XBMC_Event> m_events;
 
Definition: WinEventsTVOS.h:21
Definition: XBMC_events.h:117
Definition: WinEvents.h:13