X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e8e18e2b29e269de22982fcf5eb7ce08b99fe38..e450aa692b887adbae4350896f6c90ec8e1368e3:/include/wx/fs_inet.h?ds=sidebyside 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;