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:
Vadim Zeitlin 2014-02-27 15:46:25 +00:00
parent c7972da951
commit e15d5575a7

View File

@ -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