Now its possible to run wxHTML without wxSockets
authorRobert Roebling <robert@roebling.de>
Thu, 29 Jul 1999 19:52:37 +0000 (19:52 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 29 Jul 1999 19:52:37 +0000 (19:52 +0000)
commit8a4df1595bc8ce70286afe99f122f64916790ad4
treed9764818dd4bd72e786a211d8858661175b323f2
parent7e1e096097346054f8194cf475d03ae9cde46647
  Now its possible to run wxHTML without wxSockets
    if wxUSE_FS_ZIP = 1, wxUSE_HTML = 1
  Fixed typo in filelist
  Compile fix for spinbutton,

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/g95.t
include/wx/fs_inet.h
include/wx/fs_zip.h
include/wx/protocol/protocol.h
include/wx/url.h
samples/html/about/Makefile.g95
src/common/filesys.cpp
src/common/fs_zip.cpp
src/common/protocol.cpp
src/common/sckfile.cpp
src/common/url.cpp
src/gtk/Makefile
src/gtk1/Makefile
src/msw/button.cpp
src/msw/choice.cpp
src/msw/makefile.g95
src/msw/spinbutt.cpp