1. minor fixes in wxDynLib
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Jul 1999 00:50:16 +0000 (00:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Jul 1999 00:50:16 +0000 (00:50 +0000)
commit7cc98b3e3fbe91688e1ff8852a03e589aec5c866
treea1183952c5f97e414b1804021b5d29f9c065b296
parente5b110b109504c021ac5b2008e030f50e6838a06
1. minor fixes in wxDynLib
2. added more symbols to winundef.h
3. fixed wxTextFile::IsOpen() - now it does what you'd suppose
4. listctrl now updates the item image when it changes
5. file dlg checks for an error and gives a message about it (debug only)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynlib.h
include/wx/event.h
include/wx/msw/winundef.h
include/wx/textfile.h
src/common/dynlib.cpp
src/common/textfile.cpp
src/msw/filedlg.cpp
src/msw/listctrl.cpp