compilation fixes for wxUSE_TIMER==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,10 +29,13 @@
|
||||
#include <errno.h>
|
||||
#include "wx/thread.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/generic/private/timer.h"
|
||||
#include "wx/unix/private/epolldispatcher.h"
|
||||
#include "wx/private/selectdispatcher.h"
|
||||
|
||||
#if wxUSE_TIMER
|
||||
#include "wx/generic/private/timer.h"
|
||||
#endif
|
||||
|
||||
#define TRACE_EVENTS _T("events")
|
||||
|
||||
//this code should not be compiled when GUI is defined
|
||||
|
Reference in New Issue
Block a user