X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e8e18e2b29e269de22982fcf5eb7ce08b99fe38..8ba2f3ec94b86800e6c7ee918ce3901da7e78b7b:/include/wx/fs_inet.h diff --git a/include/wx/fs_inet.h b/include/wx/fs_inet.h index 61f4e5d056..e7340b8ab9 100644 --- a/include/wx/fs_inet.h +++ b/include/wx/fs_inet.h @@ -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;