]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_inet.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / fs_inet.h
index 846d8accff045ebfe81566f24a520dc001415206..3bafeed289f9ca686b88c4274d893f3017aa3b95 100644 (file)
@@ -21,7 +21,7 @@ limitation)
 #ifndef _WX_FS_INET_H_
 #define _WX_FS_INET_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "fs_inet.h"
 #endif
 
@@ -39,7 +39,7 @@ limitation)
 // wxInternetFSHandler
 //--------------------------------------------------------------------------------
 
-class WXDLLEXPORT_BASE wxInternetFSHandler : public wxFileSystemHandler
+class WXDLLIMPEXP_NET wxInternetFSHandler : public wxFileSystemHandler
 {
     private:
         wxHashTable m_Cache;