X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..bbfa03228a5fc1f23565cf59ee29629bc4336d65:/include/wx/fs_inet.h diff --git a/include/wx/fs_inet.h b/include/wx/fs_inet.h index 695bdb425f..7179f40742 100644 --- a/include/wx/fs_inet.h +++ b/include/wx/fs_inet.h @@ -23,25 +23,26 @@ limitation) #pragma implementation #endif -#include +#include "wx/wxprec.h" #ifdef __BORDLANDC__ #pragma hdrstop #endif +#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS + #ifndef WXPRECOMP -#include +#include "wx/wx.h" #endif -#include - +#include "wx/filesys.h" //-------------------------------------------------------------------------------- // wxInternetFSHandler //-------------------------------------------------------------------------------- -class wxInternetFSHandler : public wxFileSystemHandler +class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler { private: wxHashTable m_Cache; @@ -52,4 +53,6 @@ class wxInternetFSHandler : public wxFileSystemHandler ~wxInternetFSHandler(); }; +#endif + // wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS