X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/921e411cc107c6150013eea1ee3bb53825df6357..233f786e8e6abfe1f5fca6209c63dc12764d6887:/tests/fswatcher/fswatchertest.cpp 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 );