corrected #if check which was written as #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@ wxFDIODispatcher *wxFDIODispatcher::Get()
|
|||||||
{
|
{
|
||||||
if ( !gs_dispatcher )
|
if ( !gs_dispatcher )
|
||||||
{
|
{
|
||||||
#ifdef wxUSE_EPOLL_DISPATCHER
|
#if wxUSE_EPOLL_DISPATCHER
|
||||||
gs_dispatcher = wxEpollDispatcher::Create();
|
gs_dispatcher = wxEpollDispatcher::Create();
|
||||||
if ( !gs_dispatcher )
|
if ( !gs_dispatcher )
|
||||||
#endif // wxUSE_EPOLL_DISPATCHER
|
#endif // wxUSE_EPOLL_DISPATCHER
|
||||||
|
Reference in New Issue
Block a user