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:
parent
c7972da951
commit
e15d5575a7
@ -20,6 +20,8 @@
|
||||
#include "wx/timer.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_FSWATCHER
|
||||
|
||||
#include "wx/evtloop.h"
|
||||
#include "wx/filename.h"
|
||||
#include "wx/filefn.h"
|
||||
@ -1008,3 +1010,5 @@ void FileSystemWatcherTestCase::TestNoEventsAfterRemove()
|
||||
NoEventsAfterRemoveEventTester tester;
|
||||
tester.Run();
|
||||
}
|
||||
|
||||
#endif // wxUSE_FSWATCHER
|
||||
|
Loading…
Reference in New Issue
Block a user