]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_inet.h
Added WINE and probably x-compile makefiles
[wxWidgets.git] / include / wx / fs_inet.h
index 695bdb425f906bfb900e62e115d51de5c1a0ff42..ccf2a719154d55aef5998139e0c22e7c82137a64 100644 (file)
@@ -29,6 +29,8 @@ limitation)
 #pragma hdrstop
 #endif
 
+#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
+
 #ifndef WXPRECOMP
 #include <wx/wx.h>
 #endif
@@ -41,7 +43,7 @@ limitation)
 // wxInternetFSHandler
 //--------------------------------------------------------------------------------
 
-class wxInternetFSHandler : public wxFileSystemHandler
+class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
 {
     private:
         wxHashTable m_Cache;
@@ -52,4 +54,6 @@ class wxInternetFSHandler : public wxFileSystemHandler
         ~wxInternetFSHandler();
 };
 
+#endif
+  // wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS