small compilation fix for !wxUSE_SOCKETS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-28 20:53:14 +00:00
parent b5ffecfc98
commit 1845dd9923

View File

@@ -110,7 +110,7 @@
bool MyApp::OnInit()
{
wxInitAllImageHandlers();
#if wxUSE_FS_INET
#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
wxFileSystem::AddHandler(new wxInternetFSHandler);
#endif