wxWidgets/include/wx/msw/private
Vadim Zeitlin 51fb867819 Fix wxFileSystemWatcher::Remove() in wxMSW.
Removing the path watched by wxFileSystemWatcher didn't do anything in wxMSW
implementation so we still continued getting events for the changes to this
path even after calling Remove().

Fix this by really implementing Remove() properly. Also add a unit test
checking that we don't get any events after calling Remove().

See #12847.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-05-03 23:31:29 +00:00
..
button.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
datecontrols.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dc.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
fswatcher.h Fix wxFileSystemWatcher::Remove() in wxMSW. 2011-05-03 23:31:29 +00:00
keyboard.h Better checks for wxMSWKeyboard::VKToWX() return value. 2010-09-22 13:31:41 +00:00
metrics.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msgdlg.h Provide a task-dialog based wxMSW wxMessageDialog implementation. 2010-08-18 22:48:28 +00:00
sockmsw.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
timer.h Apply new patch fixing problem of IsRunning always returning True. See #11699 2010-02-15 17:34:21 +00:00