]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_inet.h
wxNotebook::HitTest() for wxMSW added (patch 748469)
[wxWidgets.git] / include / wx / fs_inet.h
index 61f4e5d056a104b8a24580f14ad3b50402c3ebf2..e7340b8ab97287999a99a03ad63d9580c779f9e0 100644 (file)
@@ -21,7 +21,7 @@ limitation)
 #ifndef _WX_FS_INET_H_
 #define _WX_FS_INET_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "fs_inet.h"
 #endif
 
@@ -39,7 +39,7 @@ limitation)
 // wxInternetFSHandler
 //--------------------------------------------------------------------------------
 
-class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
+class WXDLLIMPEXP_BASE wxInternetFSHandler : public wxFileSystemHandler
 {
     private:
         wxHashTable m_Cache;