]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_inet.h
DrawRotatedText() for MSW
[wxWidgets.git] / include / wx / fs_inet.h
index a8ba0f52f98d705f2cbe8d08111039510ed51d6f..7179f40742b3a5647b7ef7f649e826039dc2980a 100644 (file)
@@ -23,7 +23,7 @@ limitation)
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORDLANDC__
 #pragma hdrstop
@@ -32,18 +32,17 @@ limitation)
 #if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
-#include <wx/filesys.h>
-
+#include "wx/filesys.h"
 
 
 //--------------------------------------------------------------------------------
 // wxInternetFSHandler
 //--------------------------------------------------------------------------------
 
-class wxInternetFSHandler : public wxFileSystemHandler
+class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
 {
     private:
         wxHashTable m_Cache;