Don't build wxFileSystemWatcher test if wxUSE_FSWATCHER==0.
Closes #16031. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
#include "wx/timer.h"
|
#include "wx/timer.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_FSWATCHER
|
||||||
|
|
||||||
#include "wx/evtloop.h"
|
#include "wx/evtloop.h"
|
||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
@@ -1008,3 +1010,5 @@ void FileSystemWatcherTestCase::TestNoEventsAfterRemove()
|
|||||||
NoEventsAfterRemoveEventTester tester;
|
NoEventsAfterRemoveEventTester tester;
|
||||||
tester.Run();
|
tester.Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // wxUSE_FSWATCHER
|
||||||
|
Reference in New Issue
Block a user