]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
1. more wxDateTime work
[wxWidgets.git] / samples / html / test / test.cpp
index f40f567cc71153eea4b3001a97f41f31cebf83ff..574b40ad67d8e24b4c65871e8b53d5b2cde4418d 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <wx/image.h>
 #include <wx/html/htmlwin.h>
+#include <wx/fs_inet.h>
 
 // ----------------------------------------------------------------------------
 // private classes
      #if wxUSE_GIF
      wxImage::AddHandler(new wxGIFHandler);
      #endif
+     #if wxUSE_FS_INET
+     wxFileSystem::AddHandler(new wxInternetFSHandler);
+     #endif
     // Create the main application window
       MyFrame *frame = new MyFrame("wxHtmlWindow testing application",
          wxPoint(50, 50), wxSize(640, 480));