X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/921e411cc107c6150013eea1ee3bb53825df6357..598fe99d56158319f6b5f817c4670748f98bc70a:/tests/fswatcher/fswatchertest.cpp?ds=sidebyside diff --git a/tests/fswatcher/fswatchertest.cpp b/tests/fswatcher/fswatchertest.cpp index 8840342dc7..a3fc759dcc 100644 --- a/tests/fswatcher/fswatchertest.cpp +++ b/tests/fswatcher/fswatchertest.cpp @@ -428,9 +428,9 @@ private: CPPUNIT_TEST( TestEventModify ); // MSW implementation doesn't detect file access events currently -#ifndef __WXMSW__ +#ifndef __WINDOWS__ CPPUNIT_TEST( TestEventAccess ); -#endif // __WXMSW__ +#endif // __WINDOWS__ #endif // !wxHAS_KQUEUE CPPUNIT_TEST( TestNoEventsAfterRemove );