X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8ef0b35d674bc262eb2005ac1321762c831d31..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/private/fswatcher.h?ds=sidebyside diff --git a/include/wx/private/fswatcher.h b/include/wx/private/fswatcher.h index 286fba8547..e106e6c926 100644 --- a/include/wx/private/fswatcher.h +++ b/include/wx/private/fswatcher.h @@ -23,7 +23,7 @@ #define wxFSWatchEntry wxFSWatchEntryKq WX_DECLARE_STRING_HASH_MAP(wxSharedPtr,wxFSWatchEntries); #include "wx/unix/private/fswatcher_kqueue.h" -#elif defined(__WXMSW__) +#elif defined(__WINDOWS__) class wxFSWatchEntryMSW; #define wxFSWatchEntry wxFSWatchEntryMSW WX_DECLARE_STRING_HASH_MAP(wxSharedPtr,wxFSWatchEntries); @@ -52,7 +52,7 @@ public: wxCHECK_MSG( m_watches.find(winfo.GetPath()) == m_watches.end(), false, "Path '%s' is already watched"); - // conctruct watch entry + // construct watch entry wxSharedPtr watch(new wxFSWatchEntry(winfo)); if (!DoAdd(watch))