]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_inet.cpp
* Changed behaviour of wxTextStreams::operator(wxUint8/wxInt8). Now it writes
[wxWidgets.git] / src / common / fs_inet.cpp
index acb0c25831df3f6d7ba032c6c0819c4a36e1b270..3c016825ac61769f6d5abbeaed69977eecbe4a7d 100644 (file)
@@ -8,7 +8,7 @@
 
 /*
 
-REMARKS : 
+REMARKS :
 
 This FS creates local cache (in /tmp directory). The cache is freed
 on program exit.
@@ -29,6 +29,8 @@ limitation)
 #pragma hdrstop
 #endif
 
+#if wxUSE_FS_INET
+
 #ifndef WXPRECOMP
 #include <wx/wx.h>
 #endif
@@ -125,6 +127,4 @@ wxInternetFSHandler::~wxInternetFSHandler()
     }
 }
 
-
-
-
+#endif // wxUSE_FS_INET