wxWidgets/include/wx/msw/private
Vadim Zeitlin 1ee1662007 Free calloc()'d pointer correctly in wxFSWatchEntryMSW.
OVERLAPPED struct was allocated using calloc() but deleted later. Fix this by
deallocating it with free() instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-05-28 19:35:13 +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 Free calloc()'d pointer correctly in wxFSWatchEntryMSW. 2011-05-28 19:35:13 +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