1. wxLoad/SaveFileSelector return "wxString" instead of "char *"
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 1999 23:31:39 +0000 (23:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 1999 23:31:39 +0000 (23:31 +0000)
commitba681060f36767a2682b8547871af2c6f8159955
tree95e0c0a7e1625c654a7ad500033f1d0b23b1b817
parent08853b68b7b7f8edd7c67b7d6689449a6a9038f9
1. wxLoad/SaveFileSelector return "wxString" instead of "char *"
2. WXDLLEXPORT was misplaced in a couple of places (hopefully my chanegs won't
   break compilation for other compilers)
3. Some VC++ warnings suppressed in socket code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
include/wx/date.h
include/wx/filedlg.h
include/wx/generic/fontdlgg.h
include/wx/gtk/filedlg.h
include/wx/gtk1/filedlg.h
include/wx/msw/filedlg.h
include/wx/qt/filedlg.h
include/wx/stubs/filedlg.h
src/common/date.cpp
src/common/docview.cpp
src/common/socket.cpp
src/common/string.cpp
src/generic/dcpsg.cpp
src/generic/prntdlgg.cpp
src/msw/app.cpp
src/msw/bmpbuttn.cpp
src/msw/filedlg.cpp
src/msw/statbr95.cpp