///////////////////////////////////////////////////////////////////////////// // Name: src/generic/fswatcherg.cpp // Purpose: wxPollingFileSystemWatcher // Author: Bartosz Bekier // Created: 2009-05-26 // Copyright: (c) 2009 Bartosz Bekier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #if wxUSE_FSWATCHER #include "wx/fswatcher.h" #endif // wxUSE_FSWATCHER