]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
added TEST_PATHLIST (old change which I forgot to commit before)
[wxWidgets.git] / samples / html / test / test.cpp
index f4561c9de155f86ebcdcd078b71661ff57157ab5..a7130fcb7965383f688580cb1773a57e3e8a57f0 100644 (file)
@@ -75,7 +75,7 @@
    Minimal_Forward,
    
     // controls start here (the numbers are, of course, arbitrary)
-   Minimal_Text = 1000,
+   Minimal_Text = 1000
    };
 
 // ----------------------------------------------------------------------------
    bool MyApp::OnInit()
    {
      wxInitAllImageHandlers();
-     #if wxUSE_FS_INET
+     #if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
      wxFileSystem::AddHandler(new wxInternetFSHandler);
      #endif