]> git.saurik.com Git - wxWidgets.git/commit - src/msw/frame.cpp
1. wxGetFullHostName() does return the full host name now under MSW
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Mar 2000 23:00:10 +0000 (23:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Mar 2000 23:00:10 +0000 (23:00 +0000)
commit1f0500b3ee1255cc71624bc58b83d0d954b2d45e
tree0df10cb029d0e54f46009c7737b66f1e22a03927
parent8759d4d519c009927646aa11aee34848cf585ef1
1. wxGetFullHostName() does return the full host name now under MSW
2. wxGetEmailAddress() doesn't always return empty string...
3. status bar created under MSW is of type wxStatusBar, hence wxWin RTTI
   works for it
4. carsh in IPC sample fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/sckipc.cpp
src/common/socket.cpp
src/common/utilscmn.cpp
src/msw/frame.cpp
src/msw/utils.cpp