Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile;
authorJulian Smart <julian@anthemion.co.uk>
Thu, 10 Sep 1998 11:41:14 +0000 (11:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 10 Sep 1998 11:41:14 +0000 (11:41 +0000)
commit0c32066b58849e52e4d76e30982414d9f4daae6a
treebfe183d14ffb79b47f529989c379d13b40de5ace
parentd8c838755a67d716ce5069847db1d5c74f145d72
Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile;
eliminated memory leak report by making class table dynamically allocated/freed;
tidied up names in wxClassInfo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
docs/msw/changes.txt
include/wx/dynlib.h
include/wx/fstream.h
include/wx/object.h
include/wx/socket.h
include/wx/stream.h
src/common/dynlib.cpp
src/common/extended.c
src/common/memory.cpp
src/common/module.cpp
src/common/object.cpp
src/common/socket.cpp
src/common/stream.cpp
src/gtk/app.cpp
src/gtk1/app.cpp
src/msw/app.cpp
src/msw/makefile.nt
user/wxFile/dirctrl.cpp
user/wxFile/wxFile.cpp